|
| #define | DT_N_PATH "/" |
| |
| #define | DT_N_FULL_NAME "/" |
| |
| #define | DT_N_FOREACH_CHILD(fn) fn(DT_N_S_chosen) fn(DT_N_S_aliases) fn(DT_N_S_soc) fn(DT_N_S_pin_controller) fn(DT_N_S_cpus) fn(DT_N_S_sw_pwm) fn(DT_N_S_leds) fn(DT_N_S_pwmleds) fn(DT_N_S_buttons) fn(DT_N_S_connector) fn(DT_N_S_analog_connector) |
| |
| #define | DT_N_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_chosen, __VA_ARGS__) fn(DT_N_S_aliases, __VA_ARGS__) fn(DT_N_S_soc, __VA_ARGS__) fn(DT_N_S_pin_controller, __VA_ARGS__) fn(DT_N_S_cpus, __VA_ARGS__) fn(DT_N_S_sw_pwm, __VA_ARGS__) fn(DT_N_S_leds, __VA_ARGS__) fn(DT_N_S_pwmleds, __VA_ARGS__) fn(DT_N_S_buttons, __VA_ARGS__) fn(DT_N_S_connector, __VA_ARGS__) fn(DT_N_S_analog_connector, __VA_ARGS__) |
| |
| #define | DT_N_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_chosen) fn(DT_N_S_aliases) fn(DT_N_S_soc) fn(DT_N_S_pin_controller) fn(DT_N_S_cpus) fn(DT_N_S_leds) fn(DT_N_S_pwmleds) fn(DT_N_S_buttons) fn(DT_N_S_connector) fn(DT_N_S_analog_connector) |
| |
| #define | DT_N_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_chosen, __VA_ARGS__) fn(DT_N_S_aliases, __VA_ARGS__) fn(DT_N_S_soc, __VA_ARGS__) fn(DT_N_S_pin_controller, __VA_ARGS__) fn(DT_N_S_cpus, __VA_ARGS__) fn(DT_N_S_leds, __VA_ARGS__) fn(DT_N_S_pwmleds, __VA_ARGS__) fn(DT_N_S_buttons, __VA_ARGS__) fn(DT_N_S_connector, __VA_ARGS__) fn(DT_N_S_analog_connector, __VA_ARGS__) |
| |
| #define | DT_N_ORD 0 |
| |
| #define | DT_N_REQUIRES_ORDS /* nothing */ |
| |
| #define | DT_N_SUPPORTS_ORDS |
| |
| #define | DT_N_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf52840_dk_nrf52840 DT_N |
| |
| #define | DT_N_REG_NUM 0 |
| |
| #define | DT_N_RANGES_NUM 0 |
| |
| #define | DT_N_FOREACH_RANGE(fn) |
| |
| #define | DT_N_IRQ_NUM 0 |
| |
| #define | DT_N_COMPAT_MATCHES_nordic_nrf52840_dk_nrf52840 1 |
| |
| #define | DT_N_STATUS_okay 1 |
| |
| #define | DT_N_PINCTRL_NUM 0 |
| |
| #define | DT_N_P_compatible {"nordic,nrf52840-dk-nrf52840"} |
| |
| #define | DT_N_P_compatible_IDX_0 "nordic,nrf52840-dk-nrf52840" |
| |
| #define | DT_N_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N, compatible, 0) |
| |
| #define | DT_N_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_P_compatible_LEN 1 |
| |
| #define | DT_N_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_aliases_PATH "/aliases" |
| |
| #define | DT_N_S_aliases_FULL_NAME "aliases" |
| |
| #define | DT_N_S_aliases_PARENT DT_N |
| |
| #define | DT_N_S_aliases_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_aliases_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_aliases_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_aliases_ORD 1 |
| |
| #define | DT_N_S_aliases_REQUIRES_ORDS 0, /* / */ |
| |
| #define | DT_N_S_aliases_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_aliases_EXISTS 1 |
| |
| #define | DT_N_S_aliases_REG_NUM 0 |
| |
| #define | DT_N_S_aliases_RANGES_NUM 0 |
| |
| #define | DT_N_S_aliases_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_aliases_IRQ_NUM 0 |
| |
| #define | DT_N_S_aliases_STATUS_okay 1 |
| |
| #define | DT_N_S_aliases_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_analog_connector_PATH "/analog-connector" |
| |
| #define | DT_N_S_analog_connector_FULL_NAME "analog-connector" |
| |
| #define | DT_N_S_analog_connector_PARENT DT_N |
| |
| #define | DT_N_S_analog_connector_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_analog_connector_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_analog_connector_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_analog_connector_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_analog_connector_ORD 2 |
| |
| #define | DT_N_S_analog_connector_REQUIRES_ORDS 0, /* / */ |
| |
| #define | DT_N_S_analog_connector_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_analog_connector_EXISTS 1 |
| |
| #define | DT_N_INST_0_arduino_uno_adc DT_N_S_analog_connector |
| |
| #define | DT_N_NODELABEL_arduino_adc DT_N_S_analog_connector |
| |
| #define | DT_N_S_analog_connector_REG_NUM 0 |
| |
| #define | DT_N_S_analog_connector_RANGES_NUM 0 |
| |
| #define | DT_N_S_analog_connector_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_analog_connector_IRQ_NUM 0 |
| |
| #define | DT_N_S_analog_connector_COMPAT_MATCHES_arduino_uno_adc 1 |
| |
| #define | DT_N_S_analog_connector_STATUS_okay 1 |
| |
| #define | DT_N_S_analog_connector_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_analog_connector_P_compatible {"arduino,uno-adc"} |
| |
| #define | DT_N_S_analog_connector_P_compatible_IDX_0 "arduino,uno-adc" |
| |
| #define | DT_N_S_analog_connector_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_analog_connector_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_analog_connector, compatible, 0) |
| |
| #define | DT_N_S_analog_connector_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_analog_connector, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_analog_connector_P_compatible_LEN 1 |
| |
| #define | DT_N_S_analog_connector_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_analog_connector_P_wakeup_source 0 |
| |
| #define | DT_N_S_analog_connector_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_chosen_PATH "/chosen" |
| |
| #define | DT_N_S_chosen_FULL_NAME "chosen" |
| |
| #define | DT_N_S_chosen_PARENT DT_N |
| |
| #define | DT_N_S_chosen_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_chosen_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_chosen_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_chosen_ORD 3 |
| |
| #define | DT_N_S_chosen_REQUIRES_ORDS 0, /* / */ |
| |
| #define | DT_N_S_chosen_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_chosen_EXISTS 1 |
| |
| #define | DT_N_S_chosen_REG_NUM 0 |
| |
| #define | DT_N_S_chosen_RANGES_NUM 0 |
| |
| #define | DT_N_S_chosen_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_chosen_IRQ_NUM 0 |
| |
| #define | DT_N_S_chosen_STATUS_okay 1 |
| |
| #define | DT_N_S_chosen_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_connector_PATH "/connector" |
| |
| #define | DT_N_S_connector_FULL_NAME "connector" |
| |
| #define | DT_N_S_connector_PARENT DT_N |
| |
| #define | DT_N_S_connector_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_connector_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_connector_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_connector_ORD 4 |
| |
| #define | DT_N_S_connector_REQUIRES_ORDS 0, /* / */ |
| |
| #define | DT_N_S_connector_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_connector_EXISTS 1 |
| |
| #define | DT_N_INST_0_arduino_header_r3 DT_N_S_connector |
| |
| #define | DT_N_NODELABEL_arduino_header DT_N_S_connector |
| |
| #define | DT_N_S_connector_REG_NUM 0 |
| |
| #define | DT_N_S_connector_RANGES_NUM 0 |
| |
| #define | DT_N_S_connector_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_connector_IRQ_NUM 0 |
| |
| #define | DT_N_S_connector_COMPAT_MATCHES_arduino_header_r3 1 |
| |
| #define | DT_N_S_connector_STATUS_okay 1 |
| |
| #define | DT_N_S_connector_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_connector_P_compatible {"arduino-header-r3"} |
| |
| #define | DT_N_S_connector_P_compatible_IDX_0 "arduino-header-r3" |
| |
| #define | DT_N_S_connector_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_connector, compatible, 0) |
| |
| #define | DT_N_S_connector_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_connector, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_connector_P_compatible_LEN 1 |
| |
| #define | DT_N_S_connector_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_connector_P_wakeup_source 0 |
| |
| #define | DT_N_S_connector_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_pin_controller_PATH "/pin-controller" |
| |
| #define | DT_N_S_pin_controller_FULL_NAME "pin-controller" |
| |
| #define | DT_N_S_pin_controller_PARENT DT_N |
| |
| #define | DT_N_S_pin_controller_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_pin_controller_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_pin_controller_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_pin_controller_ORD 5 |
| |
| #define | DT_N_S_pin_controller_REQUIRES_ORDS 0, /* / */ |
| |
| #define | DT_N_S_pin_controller_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_pin_controller_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_pinctrl DT_N_S_pin_controller |
| |
| #define | DT_N_NODELABEL_pinctrl DT_N_S_pin_controller |
| |
| #define | DT_N_S_pin_controller_REG_NUM 0 |
| |
| #define | DT_N_S_pin_controller_RANGES_NUM 0 |
| |
| #define | DT_N_S_pin_controller_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_pin_controller_IRQ_NUM 0 |
| |
| #define | DT_N_S_pin_controller_COMPAT_MATCHES_nordic_nrf_pinctrl 1 |
| |
| #define | DT_N_S_pin_controller_STATUS_okay 1 |
| |
| #define | DT_N_S_pin_controller_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_pin_controller_P_compatible {"nordic,nrf-pinctrl"} |
| |
| #define | DT_N_S_pin_controller_P_compatible_IDX_0 "nordic,nrf-pinctrl" |
| |
| #define | DT_N_S_pin_controller_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pin_controller, compatible, 0) |
| |
| #define | DT_N_S_pin_controller_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pin_controller, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_pin_controller_P_compatible_LEN 1 |
| |
| #define | DT_N_S_pin_controller_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_pin_controller_P_wakeup_source 0 |
| |
| #define | DT_N_S_pin_controller_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_PATH "/soc" |
| |
| #define | DT_N_S_soc_FULL_NAME "soc" |
| |
| #define | DT_N_S_soc_PARENT DT_N |
| |
| #define | DT_N_S_soc_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_interrupt_controller_e000e100) fn(DT_N_S_soc_S_timer_e000e010) fn(DT_N_S_soc_S_ficr_10000000) fn(DT_N_S_soc_S_uicr_10001000) fn(DT_N_S_soc_S_memory_20000000) fn(DT_N_S_soc_S_clock_40000000) fn(DT_N_S_soc_S_radio_40001000) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_i2c_40003000) fn(DT_N_S_soc_S_spi_40003000) fn(DT_N_S_soc_S_i2c_40004000) fn(DT_N_S_soc_S_spi_40004000) fn(DT_N_S_soc_S_gpiote_40006000) fn(DT_N_S_soc_S_adc_40007000) fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_temp_4000c000) fn(DT_N_S_soc_S_random_4000d000) fn(DT_N_S_soc_S_ecb_4000e000) fn(DT_N_S_soc_S_watchdog_40010000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_qdec_40012000) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000) fn(DT_N_S_soc_S_pwm_4001c000) fn(DT_N_S_soc_S_pdm_4001d000) fn(DT_N_S_soc_S_flash_controller_4001e000) fn(DT_N_S_soc_S_pwm_40021000) fn(DT_N_S_soc_S_pwm_40022000) fn(DT_N_S_soc_S_spi_40023000) fn(DT_N_S_soc_S_rtc_40024000) fn(DT_N_S_soc_S_i2s_40025000) fn(DT_N_S_soc_S_usbd_40027000) fn(DT_N_S_soc_S_uart_40028000) fn(DT_N_S_soc_S_qspi_40029000) fn(DT_N_S_soc_S_pwm_4002d000) fn(DT_N_S_soc_S_spi_4002f000) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300) fn(DT_N_S_soc_S_crypto_5002a000) |
| |
| #define | DT_N_S_soc_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) fn(DT_N_S_soc_S_timer_e000e010, __VA_ARGS__) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_qdec_40012000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__) fn(DT_N_S_soc_S_pdm_4001d000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40021000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_40022000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40023000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__) fn(DT_N_S_soc_S_i2s_40025000, __VA_ARGS__) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__) fn(DT_N_S_soc_S_qspi_40029000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4002d000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__) fn(DT_N_S_soc_S_crypto_5002a000, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_interrupt_controller_e000e100) fn(DT_N_S_soc_S_ficr_10000000) fn(DT_N_S_soc_S_uicr_10001000) fn(DT_N_S_soc_S_memory_20000000) fn(DT_N_S_soc_S_clock_40000000) fn(DT_N_S_soc_S_radio_40001000) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_i2c_40003000) fn(DT_N_S_soc_S_spi_40004000) fn(DT_N_S_soc_S_gpiote_40006000) fn(DT_N_S_soc_S_adc_40007000) fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_temp_4000c000) fn(DT_N_S_soc_S_random_4000d000) fn(DT_N_S_soc_S_ecb_4000e000) fn(DT_N_S_soc_S_watchdog_40010000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000) fn(DT_N_S_soc_S_pwm_4001c000) fn(DT_N_S_soc_S_flash_controller_4001e000) fn(DT_N_S_soc_S_rtc_40024000) fn(DT_N_S_soc_S_usbd_40027000) fn(DT_N_S_soc_S_uart_40028000) fn(DT_N_S_soc_S_qspi_40029000) fn(DT_N_S_soc_S_spi_4002f000) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300) fn(DT_N_S_soc_S_crypto_5002a000) |
| |
| #define | DT_N_S_soc_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__) fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__) fn(DT_N_S_soc_S_qspi_40029000, __VA_ARGS__) fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__) fn(DT_N_S_soc_S_crypto_5002a000, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_ORD 6 |
| |
| #define | DT_N_S_soc_REQUIRES_ORDS 0, /* / */ |
| |
| #define | DT_N_S_soc_SUPPORTS_ORDS |
| |
| #define | DT_N_S_soc_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf52840_qiaa DT_N_S_soc |
| |
| #define | DT_N_INST_0_nordic_nrf52840 DT_N_S_soc |
| |
| #define | DT_N_INST_0_nordic_nrf52 DT_N_S_soc |
| |
| #define | DT_N_INST_0_simple_bus DT_N_S_soc |
| |
| #define | DT_N_S_soc_REG_NUM 0 |
| |
| #define | DT_N_S_soc_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52840_qiaa 1 |
| |
| #define | DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52840 1 |
| |
| #define | DT_N_S_soc_COMPAT_MATCHES_nordic_nrf52 1 |
| |
| #define | DT_N_S_soc_COMPAT_MATCHES_simple_bus 1 |
| |
| #define | DT_N_S_soc_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_P_compatible {"nordic,nRF52840-QIAA", "nordic,nRF52840", "nordic,nRF52", "simple-bus"} |
| |
| #define | DT_N_S_soc_P_compatible_IDX_0 "nordic,nRF52840-QIAA" |
| |
| #define | DT_N_S_soc_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_P_compatible_IDX_1 "nordic,nRF52840" |
| |
| #define | DT_N_S_soc_P_compatible_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_P_compatible_IDX_2 "nordic,nRF52" |
| |
| #define | DT_N_S_soc_P_compatible_IDX_2_EXISTS 1 |
| |
| #define | DT_N_S_soc_P_compatible_IDX_3 "simple-bus" |
| |
| #define | DT_N_S_soc_P_compatible_IDX_3_EXISTS 1 |
| |
| #define | DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_P_compatible_LEN 4 |
| |
| #define | DT_N_S_soc_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_PATH "/soc/interrupt-controller@e000e100" |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_FULL_NAME "interrupt-controller@e000e100" |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_ORD 7 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_REQUIRES_ORDS 6, /* /soc */ |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_SUPPORTS_ORDS |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_EXISTS 1 |
| |
| #define | DT_N_INST_0_arm_v7m_nvic DT_N_S_soc_S_interrupt_controller_e000e100 |
| |
| #define | DT_N_NODELABEL_nvic DT_N_S_soc_S_interrupt_controller_e000e100 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_VAL_ADDRESS 3758153984 /* 0xe000e100 */ |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_REG_IDX_0_VAL_SIZE 3072 /* 0xc00 */ |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_COMPAT_MATCHES_arm_v7m_nvic 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_reg {3758153984 /* 0xe000e100 */, 3072 /* 0xc00 */} |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_0 3758153984 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_1 3072 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_arm_num_irq_priority_bits 3 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_arm_num_irq_priority_bits_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_interrupt_controller 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_interrupt_controller_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible {"arm,v7m-nvic"} |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0 "arm,v7m-nvic" |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_interrupt_controller_e000e100, compatible, 0) |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_interrupt_controller_e000e100_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_PATH "/soc/timer@4000a000" |
| |
| #define | DT_N_S_soc_S_timer_4000a000_FULL_NAME "timer@4000a000" |
| |
| #define | DT_N_S_soc_S_timer_4000a000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_ORD 8 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_timer_4000a000_SUPPORTS_ORDS 9, /* /sw-pwm */ |
| |
| #define | DT_N_S_soc_S_timer_4000a000_EXISTS 1 |
| |
| #define | DT_N_INST_2_nordic_nrf_timer DT_N_S_soc_S_timer_4000a000 |
| |
| #define | DT_N_NODELABEL_timer2 DT_N_S_soc_S_timer_4000a000 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_REG_IDX_0_VAL_ADDRESS 1073782784 /* 0x4000a000 */ |
| |
| #define | DT_N_S_soc_S_timer_4000a000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_timer_4000a000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_irq 10 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_COMPAT_MATCHES_nordic_nrf_timer 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_reg {1073782784 /* 0x4000a000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_reg_IDX_0 1073782784 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_cc_num 4 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_cc_num_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_interrupts {10 /* 0xa */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_0 10 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_label "TIMER_2" |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_label_STRING_TOKEN TIMER_2 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_label_STRING_UPPER_TOKEN TIMER_2 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_prescaler 0 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_prescaler_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_compatible {"nordic,nrf-timer"} |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0 "nordic,nrf-timer" |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_4000a000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_4000a000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_timer_4000a000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_sw_pwm_PATH "/sw-pwm" |
| |
| #define | DT_N_S_sw_pwm_FULL_NAME "sw-pwm" |
| |
| #define | DT_N_S_sw_pwm_PARENT DT_N |
| |
| #define | DT_N_S_sw_pwm_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_sw_pwm_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_sw_pwm_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_sw_pwm_ORD 9 |
| |
| #define | DT_N_S_sw_pwm_REQUIRES_ORDS |
| |
| #define | DT_N_S_sw_pwm_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_sw_pwm_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_sw_pwm DT_N_S_sw_pwm |
| |
| #define | DT_N_NODELABEL_sw_pwm DT_N_S_sw_pwm |
| |
| #define | DT_N_S_sw_pwm_REG_NUM 0 |
| |
| #define | DT_N_S_sw_pwm_RANGES_NUM 0 |
| |
| #define | DT_N_S_sw_pwm_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_sw_pwm_IRQ_NUM 0 |
| |
| #define | DT_N_S_sw_pwm_COMPAT_MATCHES_nordic_nrf_sw_pwm 1 |
| |
| #define | DT_N_S_sw_pwm_STATUS_disabled 1 |
| |
| #define | DT_N_S_sw_pwm_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_sw_pwm_P_generator DT_N_S_soc_S_timer_4000a000 |
| |
| #define | DT_N_S_sw_pwm_P_generator_IDX_0 DT_N_S_soc_S_timer_4000a000 |
| |
| #define | DT_N_S_sw_pwm_P_generator_IDX_0_PH DT_N_S_soc_S_timer_4000a000 |
| |
| #define | DT_N_S_sw_pwm_P_generator_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_sw_pwm_P_generator_LEN 1 |
| |
| #define | DT_N_S_sw_pwm_P_generator_EXISTS 1 |
| |
| #define | DT_N_S_sw_pwm_P_channel_count 3 |
| |
| #define | DT_N_S_sw_pwm_P_channel_count_EXISTS 1 |
| |
| #define | DT_N_S_sw_pwm_P_clock_prescaler 0 |
| |
| #define | DT_N_S_sw_pwm_P_clock_prescaler_EXISTS 1 |
| |
| #define | DT_N_S_sw_pwm_P_label "SW_PWM" |
| |
| #define | DT_N_S_sw_pwm_P_label_STRING_TOKEN SW_PWM |
| |
| #define | DT_N_S_sw_pwm_P_label_STRING_UPPER_TOKEN SW_PWM |
| |
| #define | DT_N_S_sw_pwm_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_sw_pwm_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_sw_pwm_P_label_EXISTS 1 |
| |
| #define | DT_N_S_sw_pwm_P_status "disabled" |
| |
| #define | DT_N_S_sw_pwm_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_sw_pwm_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_sw_pwm_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_sw_pwm_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_sw_pwm_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_sw_pwm_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_sw_pwm_P_status_EXISTS 1 |
| |
| #define | DT_N_S_sw_pwm_P_compatible {"nordic,nrf-sw-pwm"} |
| |
| #define | DT_N_S_sw_pwm_P_compatible_IDX_0 "nordic,nrf-sw-pwm" |
| |
| #define | DT_N_S_sw_pwm_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_sw_pwm, compatible, 0) |
| |
| #define | DT_N_S_sw_pwm_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_sw_pwm, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_sw_pwm_P_compatible_LEN 1 |
| |
| #define | DT_N_S_sw_pwm_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_sw_pwm_P_wakeup_source 0 |
| |
| #define | DT_N_S_sw_pwm_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_buttons_PATH "/buttons" |
| |
| #define | DT_N_S_buttons_FULL_NAME "buttons" |
| |
| #define | DT_N_S_buttons_PARENT DT_N |
| |
| #define | DT_N_S_buttons_FOREACH_CHILD(fn) fn(DT_N_S_buttons_S_button_0) fn(DT_N_S_buttons_S_button_1) fn(DT_N_S_buttons_S_button_2) fn(DT_N_S_buttons_S_button_3) |
| |
| #define | DT_N_S_buttons_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_buttons_S_button_0, __VA_ARGS__) fn(DT_N_S_buttons_S_button_1, __VA_ARGS__) fn(DT_N_S_buttons_S_button_2, __VA_ARGS__) fn(DT_N_S_buttons_S_button_3, __VA_ARGS__) |
| |
| #define | DT_N_S_buttons_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_buttons_S_button_0) fn(DT_N_S_buttons_S_button_1) fn(DT_N_S_buttons_S_button_2) fn(DT_N_S_buttons_S_button_3) |
| |
| #define | DT_N_S_buttons_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_buttons_S_button_0, __VA_ARGS__) fn(DT_N_S_buttons_S_button_1, __VA_ARGS__) fn(DT_N_S_buttons_S_button_2, __VA_ARGS__) fn(DT_N_S_buttons_S_button_3, __VA_ARGS__) |
| |
| #define | DT_N_S_buttons_ORD 10 |
| |
| #define | DT_N_S_buttons_REQUIRES_ORDS 0, /* / */ |
| |
| #define | DT_N_S_buttons_SUPPORTS_ORDS |
| |
| #define | DT_N_S_buttons_EXISTS 1 |
| |
| #define | DT_N_INST_0_gpio_keys DT_N_S_buttons |
| |
| #define | DT_N_S_buttons_REG_NUM 0 |
| |
| #define | DT_N_S_buttons_RANGES_NUM 0 |
| |
| #define | DT_N_S_buttons_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_buttons_IRQ_NUM 0 |
| |
| #define | DT_N_S_buttons_COMPAT_MATCHES_gpio_keys 1 |
| |
| #define | DT_N_S_buttons_STATUS_okay 1 |
| |
| #define | DT_N_S_buttons_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_buttons_P_compatible {"gpio-keys"} |
| |
| #define | DT_N_S_buttons_P_compatible_IDX_0 "gpio-keys" |
| |
| #define | DT_N_S_buttons_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_buttons_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_buttons, compatible, 0) |
| |
| #define | DT_N_S_buttons_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_buttons, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_buttons_P_compatible_LEN 1 |
| |
| #define | DT_N_S_buttons_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_PATH "/soc/gpio@50000000" |
| |
| #define | DT_N_S_soc_S_gpio_50000000_FULL_NAME "gpio@50000000" |
| |
| #define | DT_N_S_soc_S_gpio_50000000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_ORD 11 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_REQUIRES_ORDS 6, /* /soc */ |
| |
| #define | DT_N_S_soc_S_gpio_50000000_SUPPORTS_ORDS |
| |
| #define | DT_N_S_soc_S_gpio_50000000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_gpio DT_N_S_soc_S_gpio_50000000 |
| |
| #define | DT_N_NODELABEL_gpio0 DT_N_S_soc_S_gpio_50000000 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_REG_NUM 2 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_REG_IDX_0_VAL_ADDRESS 1342177280 /* 0x50000000 */ |
| |
| #define | DT_N_S_soc_S_gpio_50000000_REG_IDX_0_VAL_SIZE 512 /* 0x200 */ |
| |
| #define | DT_N_S_soc_S_gpio_50000000_REG_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_REG_IDX_1_VAL_ADDRESS 1342178560 /* 0x50000500 */ |
| |
| #define | DT_N_S_soc_S_gpio_50000000_REG_IDX_1_VAL_SIZE 768 /* 0x300 */ |
| |
| #define | DT_N_S_soc_S_gpio_50000000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_COMPAT_MATCHES_nordic_nrf_gpio 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg {1342177280 /* 0x50000000 */, 512 /* 0x200 */, 1342178560 /* 0x50000500 */, 768 /* 0x300 */} |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_IDX_0 1342177280 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_IDX_1 512 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_IDX_2 1342178560 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_IDX_2_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_IDX_3 768 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_IDX_3_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_label "GPIO_0" |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_label_STRING_TOKEN GPIO_0 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_label_STRING_UPPER_TOKEN GPIO_0 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_port 0 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_port_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_gpio_controller 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_gpio_controller_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_ngpios 32 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_ngpios_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_compatible {"nordic,nrf-gpio"} |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0 "nordic,nrf-gpio" |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpio_50000000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpio_50000000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_gpio_50000000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_0_PATH "/buttons/button_0" |
| |
| #define | DT_N_S_buttons_S_button_0_FULL_NAME "button_0" |
| |
| #define | DT_N_S_buttons_S_button_0_PARENT DT_N_S_buttons |
| |
| #define | DT_N_S_buttons_S_button_0_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_buttons_S_button_0_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_0_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_buttons_S_button_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_0_ORD 12 |
| |
| #define | DT_N_S_buttons_S_button_0_REQUIRES_ORDS |
| |
| #define | DT_N_S_buttons_S_button_0_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_buttons_S_button_0_EXISTS 1 |
| |
| #define | DT_N_ALIAS_sw0 DT_N_S_buttons_S_button_0 |
| |
| #define | DT_N_NODELABEL_button0 DT_N_S_buttons_S_button_0 |
| |
| #define | DT_N_S_buttons_S_button_0_REG_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_0_RANGES_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_0_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_buttons_S_button_0_IRQ_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_0_STATUS_okay 1 |
| |
| #define | DT_N_S_buttons_S_button_0_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_0_P_gpios_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_0_P_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000 |
| |
| #define | DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_pin 11 |
| |
| #define | DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_pin_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_flags 17 |
| |
| #define | DT_N_S_buttons_S_button_0_P_gpios_IDX_0_VAL_flags_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_0_P_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_buttons_S_button_0, gpios, 0) |
| |
| #define | DT_N_S_buttons_S_button_0_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_buttons_S_button_0, gpios, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_buttons_S_button_0_P_gpios_LEN 1 |
| |
| #define | DT_N_S_buttons_S_button_0_P_gpios_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_0_P_label "Push button switch 0" |
| |
| #define | DT_N_S_buttons_S_button_0_P_label_STRING_TOKEN Push_button_switch_0 |
| |
| #define | DT_N_S_buttons_S_button_0_P_label_STRING_UPPER_TOKEN PUSH_BUTTON_SWITCH_0 |
| |
| #define | DT_N_S_buttons_S_button_0_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_buttons_S_button_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_0_P_label_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_1_PATH "/buttons/button_1" |
| |
| #define | DT_N_S_buttons_S_button_1_FULL_NAME "button_1" |
| |
| #define | DT_N_S_buttons_S_button_1_PARENT DT_N_S_buttons |
| |
| #define | DT_N_S_buttons_S_button_1_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_buttons_S_button_1_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_1_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_buttons_S_button_1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_1_ORD 13 |
| |
| #define | DT_N_S_buttons_S_button_1_REQUIRES_ORDS |
| |
| #define | DT_N_S_buttons_S_button_1_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_buttons_S_button_1_EXISTS 1 |
| |
| #define | DT_N_ALIAS_sw1 DT_N_S_buttons_S_button_1 |
| |
| #define | DT_N_NODELABEL_button1 DT_N_S_buttons_S_button_1 |
| |
| #define | DT_N_S_buttons_S_button_1_REG_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_1_RANGES_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_1_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_buttons_S_button_1_IRQ_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_1_STATUS_okay 1 |
| |
| #define | DT_N_S_buttons_S_button_1_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_1_P_gpios_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_1_P_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000 |
| |
| #define | DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_pin 12 |
| |
| #define | DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_pin_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_flags 17 |
| |
| #define | DT_N_S_buttons_S_button_1_P_gpios_IDX_0_VAL_flags_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_1_P_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_buttons_S_button_1, gpios, 0) |
| |
| #define | DT_N_S_buttons_S_button_1_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_buttons_S_button_1, gpios, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_buttons_S_button_1_P_gpios_LEN 1 |
| |
| #define | DT_N_S_buttons_S_button_1_P_gpios_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_1_P_label "Push button switch 1" |
| |
| #define | DT_N_S_buttons_S_button_1_P_label_STRING_TOKEN Push_button_switch_1 |
| |
| #define | DT_N_S_buttons_S_button_1_P_label_STRING_UPPER_TOKEN PUSH_BUTTON_SWITCH_1 |
| |
| #define | DT_N_S_buttons_S_button_1_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_buttons_S_button_1_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_1_P_label_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_2_PATH "/buttons/button_2" |
| |
| #define | DT_N_S_buttons_S_button_2_FULL_NAME "button_2" |
| |
| #define | DT_N_S_buttons_S_button_2_PARENT DT_N_S_buttons |
| |
| #define | DT_N_S_buttons_S_button_2_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_buttons_S_button_2_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_2_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_buttons_S_button_2_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_2_ORD 14 |
| |
| #define | DT_N_S_buttons_S_button_2_REQUIRES_ORDS |
| |
| #define | DT_N_S_buttons_S_button_2_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_buttons_S_button_2_EXISTS 1 |
| |
| #define | DT_N_ALIAS_sw2 DT_N_S_buttons_S_button_2 |
| |
| #define | DT_N_NODELABEL_button2 DT_N_S_buttons_S_button_2 |
| |
| #define | DT_N_S_buttons_S_button_2_REG_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_2_RANGES_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_2_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_buttons_S_button_2_IRQ_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_2_STATUS_okay 1 |
| |
| #define | DT_N_S_buttons_S_button_2_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_2_P_gpios_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_2_P_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000 |
| |
| #define | DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_pin 24 |
| |
| #define | DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_pin_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_flags 17 |
| |
| #define | DT_N_S_buttons_S_button_2_P_gpios_IDX_0_VAL_flags_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_2_P_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_buttons_S_button_2, gpios, 0) |
| |
| #define | DT_N_S_buttons_S_button_2_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_buttons_S_button_2, gpios, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_buttons_S_button_2_P_gpios_LEN 1 |
| |
| #define | DT_N_S_buttons_S_button_2_P_gpios_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_2_P_label "Push button switch 2" |
| |
| #define | DT_N_S_buttons_S_button_2_P_label_STRING_TOKEN Push_button_switch_2 |
| |
| #define | DT_N_S_buttons_S_button_2_P_label_STRING_UPPER_TOKEN PUSH_BUTTON_SWITCH_2 |
| |
| #define | DT_N_S_buttons_S_button_2_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_buttons_S_button_2_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_2_P_label_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_3_PATH "/buttons/button_3" |
| |
| #define | DT_N_S_buttons_S_button_3_FULL_NAME "button_3" |
| |
| #define | DT_N_S_buttons_S_button_3_PARENT DT_N_S_buttons |
| |
| #define | DT_N_S_buttons_S_button_3_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_buttons_S_button_3_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_3_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_buttons_S_button_3_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_3_ORD 15 |
| |
| #define | DT_N_S_buttons_S_button_3_REQUIRES_ORDS |
| |
| #define | DT_N_S_buttons_S_button_3_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_buttons_S_button_3_EXISTS 1 |
| |
| #define | DT_N_ALIAS_sw3 DT_N_S_buttons_S_button_3 |
| |
| #define | DT_N_NODELABEL_button3 DT_N_S_buttons_S_button_3 |
| |
| #define | DT_N_S_buttons_S_button_3_REG_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_3_RANGES_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_3_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_buttons_S_button_3_IRQ_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_3_STATUS_okay 1 |
| |
| #define | DT_N_S_buttons_S_button_3_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_buttons_S_button_3_P_gpios_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_3_P_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000 |
| |
| #define | DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_pin 25 |
| |
| #define | DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_pin_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_flags 17 |
| |
| #define | DT_N_S_buttons_S_button_3_P_gpios_IDX_0_VAL_flags_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_3_P_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_buttons_S_button_3, gpios, 0) |
| |
| #define | DT_N_S_buttons_S_button_3_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_buttons_S_button_3, gpios, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_buttons_S_button_3_P_gpios_LEN 1 |
| |
| #define | DT_N_S_buttons_S_button_3_P_gpios_EXISTS 1 |
| |
| #define | DT_N_S_buttons_S_button_3_P_label "Push button switch 3" |
| |
| #define | DT_N_S_buttons_S_button_3_P_label_STRING_TOKEN Push_button_switch_3 |
| |
| #define | DT_N_S_buttons_S_button_3_P_label_STRING_UPPER_TOKEN PUSH_BUTTON_SWITCH_3 |
| |
| #define | DT_N_S_buttons_S_button_3_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_buttons_S_button_3_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_buttons_S_button_3_P_label_EXISTS 1 |
| |
| #define | DT_N_S_cpus_PATH "/cpus" |
| |
| #define | DT_N_S_cpus_FULL_NAME "cpus" |
| |
| #define | DT_N_S_cpus_PARENT DT_N |
| |
| #define | DT_N_S_cpus_FOREACH_CHILD(fn) fn(DT_N_S_cpus_S_cpu_0) |
| |
| #define | DT_N_S_cpus_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__) |
| |
| #define | DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_cpus_S_cpu_0) |
| |
| #define | DT_N_S_cpus_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__) |
| |
| #define | DT_N_S_cpus_ORD 16 |
| |
| #define | DT_N_S_cpus_REQUIRES_ORDS 0, /* / */ |
| |
| #define | DT_N_S_cpus_SUPPORTS_ORDS 17, /* /cpus/cpu@0 */ |
| |
| #define | DT_N_S_cpus_EXISTS 1 |
| |
| #define | DT_N_S_cpus_REG_NUM 0 |
| |
| #define | DT_N_S_cpus_RANGES_NUM 0 |
| |
| #define | DT_N_S_cpus_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_cpus_IRQ_NUM 0 |
| |
| #define | DT_N_S_cpus_STATUS_okay 1 |
| |
| #define | DT_N_S_cpus_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_cpus_S_cpu_0_PATH "/cpus/cpu@0" |
| |
| #define | DT_N_S_cpus_S_cpu_0_FULL_NAME "cpu@0" |
| |
| #define | DT_N_S_cpus_S_cpu_0_PARENT DT_N_S_cpus |
| |
| #define | DT_N_S_cpus_S_cpu_0_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_cpus_S_cpu_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_cpus_S_cpu_0_ORD 17 |
| |
| #define | DT_N_S_cpus_S_cpu_0_REQUIRES_ORDS 16, /* /cpus */ |
| |
| #define | DT_N_S_cpus_S_cpu_0_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_cpus_S_cpu_0_EXISTS 1 |
| |
| #define | DT_N_INST_0_arm_cortex_m4f DT_N_S_cpus_S_cpu_0 |
| |
| #define | DT_N_S_cpus_S_cpu_0_REG_NUM 1 |
| |
| #define | DT_N_S_cpus_S_cpu_0_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_cpus_S_cpu_0_REG_IDX_0_VAL_ADDRESS 0 /* 0x0 */ |
| |
| #define | DT_N_S_cpus_S_cpu_0_RANGES_NUM 0 |
| |
| #define | DT_N_S_cpus_S_cpu_0_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_cpus_S_cpu_0_IRQ_NUM 0 |
| |
| #define | DT_N_S_cpus_S_cpu_0_COMPAT_MATCHES_arm_cortex_m4f 1 |
| |
| #define | DT_N_S_cpus_S_cpu_0_STATUS_okay 1 |
| |
| #define | DT_N_S_cpus_S_cpu_0_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_swo_ref_frequency 32000000 |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_swo_ref_frequency_EXISTS 1 |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_compatible {"arm,cortex-m4f"} |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0 "arm,cortex-m4f" |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_cpus_S_cpu_0, compatible, 0) |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_cpus_S_cpu_0, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_compatible_LEN 1 |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_reg {0 /* 0x0 */} |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_reg_IDX_0 0 |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_reg_FOREACH_PROP_ELEM(fn) fn(DT_N_S_cpus_S_cpu_0, reg, 0) |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_cpus_S_cpu_0, reg, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_wakeup_source 0 |
| |
| #define | DT_N_S_cpus_S_cpu_0_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_leds_PATH "/leds" |
| |
| #define | DT_N_S_leds_FULL_NAME "leds" |
| |
| #define | DT_N_S_leds_PARENT DT_N |
| |
| #define | DT_N_S_leds_FOREACH_CHILD(fn) fn(DT_N_S_leds_S_led_0) fn(DT_N_S_leds_S_led_1) fn(DT_N_S_leds_S_led_2) fn(DT_N_S_leds_S_led_3) |
| |
| #define | DT_N_S_leds_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_leds_S_led_0, __VA_ARGS__) fn(DT_N_S_leds_S_led_1, __VA_ARGS__) fn(DT_N_S_leds_S_led_2, __VA_ARGS__) fn(DT_N_S_leds_S_led_3, __VA_ARGS__) |
| |
| #define | DT_N_S_leds_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_leds_S_led_0) fn(DT_N_S_leds_S_led_1) fn(DT_N_S_leds_S_led_2) fn(DT_N_S_leds_S_led_3) |
| |
| #define | DT_N_S_leds_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_leds_S_led_0, __VA_ARGS__) fn(DT_N_S_leds_S_led_1, __VA_ARGS__) fn(DT_N_S_leds_S_led_2, __VA_ARGS__) fn(DT_N_S_leds_S_led_3, __VA_ARGS__) |
| |
| #define | DT_N_S_leds_ORD 18 |
| |
| #define | DT_N_S_leds_REQUIRES_ORDS 0, /* / */ |
| |
| #define | DT_N_S_leds_SUPPORTS_ORDS |
| |
| #define | DT_N_S_leds_EXISTS 1 |
| |
| #define | DT_N_INST_0_gpio_leds DT_N_S_leds |
| |
| #define | DT_N_S_leds_REG_NUM 0 |
| |
| #define | DT_N_S_leds_RANGES_NUM 0 |
| |
| #define | DT_N_S_leds_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_leds_IRQ_NUM 0 |
| |
| #define | DT_N_S_leds_COMPAT_MATCHES_gpio_leds 1 |
| |
| #define | DT_N_S_leds_STATUS_okay 1 |
| |
| #define | DT_N_S_leds_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_0_PATH "/leds/led_0" |
| |
| #define | DT_N_S_leds_S_led_0_FULL_NAME "led_0" |
| |
| #define | DT_N_S_leds_S_led_0_PARENT DT_N_S_leds |
| |
| #define | DT_N_S_leds_S_led_0_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_leds_S_led_0_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_0_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_leds_S_led_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_0_ORD 19 |
| |
| #define | DT_N_S_leds_S_led_0_REQUIRES_ORDS |
| |
| #define | DT_N_S_leds_S_led_0_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_leds_S_led_0_EXISTS 1 |
| |
| #define | DT_N_ALIAS_led0 DT_N_S_leds_S_led_0 |
| |
| #define | DT_N_NODELABEL_led0 DT_N_S_leds_S_led_0 |
| |
| #define | DT_N_S_leds_S_led_0_REG_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_0_RANGES_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_0_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_leds_S_led_0_IRQ_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_0_STATUS_okay 1 |
| |
| #define | DT_N_S_leds_S_led_0_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_0_P_gpios_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_0_P_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000 |
| |
| #define | DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_pin 13 |
| |
| #define | DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_pin_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_flags 1 |
| |
| #define | DT_N_S_leds_S_led_0_P_gpios_IDX_0_VAL_flags_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_0_P_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_leds_S_led_0, gpios, 0) |
| |
| #define | DT_N_S_leds_S_led_0_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_leds_S_led_0, gpios, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_leds_S_led_0_P_gpios_LEN 1 |
| |
| #define | DT_N_S_leds_S_led_0_P_gpios_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_0_P_label "Green LED 0" |
| |
| #define | DT_N_S_leds_S_led_0_P_label_STRING_TOKEN Green_LED_0 |
| |
| #define | DT_N_S_leds_S_led_0_P_label_STRING_UPPER_TOKEN GREEN_LED_0 |
| |
| #define | DT_N_S_leds_S_led_0_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_leds_S_led_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_0_P_label_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_1_PATH "/leds/led_1" |
| |
| #define | DT_N_S_leds_S_led_1_FULL_NAME "led_1" |
| |
| #define | DT_N_S_leds_S_led_1_PARENT DT_N_S_leds |
| |
| #define | DT_N_S_leds_S_led_1_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_leds_S_led_1_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_1_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_leds_S_led_1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_1_ORD 20 |
| |
| #define | DT_N_S_leds_S_led_1_REQUIRES_ORDS |
| |
| #define | DT_N_S_leds_S_led_1_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_leds_S_led_1_EXISTS 1 |
| |
| #define | DT_N_ALIAS_led1 DT_N_S_leds_S_led_1 |
| |
| #define | DT_N_ALIAS_bootloader_led0 DT_N_S_leds_S_led_1 |
| |
| #define | DT_N_NODELABEL_led1 DT_N_S_leds_S_led_1 |
| |
| #define | DT_N_S_leds_S_led_1_REG_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_1_RANGES_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_1_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_leds_S_led_1_IRQ_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_1_STATUS_okay 1 |
| |
| #define | DT_N_S_leds_S_led_1_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_1_P_gpios_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_1_P_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000 |
| |
| #define | DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_pin 14 |
| |
| #define | DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_pin_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_flags 1 |
| |
| #define | DT_N_S_leds_S_led_1_P_gpios_IDX_0_VAL_flags_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_1_P_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_leds_S_led_1, gpios, 0) |
| |
| #define | DT_N_S_leds_S_led_1_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_leds_S_led_1, gpios, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_leds_S_led_1_P_gpios_LEN 1 |
| |
| #define | DT_N_S_leds_S_led_1_P_gpios_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_1_P_label "Green LED 1" |
| |
| #define | DT_N_S_leds_S_led_1_P_label_STRING_TOKEN Green_LED_1 |
| |
| #define | DT_N_S_leds_S_led_1_P_label_STRING_UPPER_TOKEN GREEN_LED_1 |
| |
| #define | DT_N_S_leds_S_led_1_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_leds_S_led_1_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_1_P_label_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_2_PATH "/leds/led_2" |
| |
| #define | DT_N_S_leds_S_led_2_FULL_NAME "led_2" |
| |
| #define | DT_N_S_leds_S_led_2_PARENT DT_N_S_leds |
| |
| #define | DT_N_S_leds_S_led_2_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_leds_S_led_2_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_2_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_leds_S_led_2_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_2_ORD 21 |
| |
| #define | DT_N_S_leds_S_led_2_REQUIRES_ORDS |
| |
| #define | DT_N_S_leds_S_led_2_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_leds_S_led_2_EXISTS 1 |
| |
| #define | DT_N_ALIAS_led2 DT_N_S_leds_S_led_2 |
| |
| #define | DT_N_NODELABEL_led2 DT_N_S_leds_S_led_2 |
| |
| #define | DT_N_S_leds_S_led_2_REG_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_2_RANGES_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_2_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_leds_S_led_2_IRQ_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_2_STATUS_okay 1 |
| |
| #define | DT_N_S_leds_S_led_2_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_2_P_gpios_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_2_P_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000 |
| |
| #define | DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_pin 15 |
| |
| #define | DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_pin_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_flags 1 |
| |
| #define | DT_N_S_leds_S_led_2_P_gpios_IDX_0_VAL_flags_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_2_P_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_leds_S_led_2, gpios, 0) |
| |
| #define | DT_N_S_leds_S_led_2_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_leds_S_led_2, gpios, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_leds_S_led_2_P_gpios_LEN 1 |
| |
| #define | DT_N_S_leds_S_led_2_P_gpios_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_2_P_label "Green LED 2" |
| |
| #define | DT_N_S_leds_S_led_2_P_label_STRING_TOKEN Green_LED_2 |
| |
| #define | DT_N_S_leds_S_led_2_P_label_STRING_UPPER_TOKEN GREEN_LED_2 |
| |
| #define | DT_N_S_leds_S_led_2_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_leds_S_led_2_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_2_P_label_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_3_PATH "/leds/led_3" |
| |
| #define | DT_N_S_leds_S_led_3_FULL_NAME "led_3" |
| |
| #define | DT_N_S_leds_S_led_3_PARENT DT_N_S_leds |
| |
| #define | DT_N_S_leds_S_led_3_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_leds_S_led_3_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_3_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_leds_S_led_3_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_3_ORD 22 |
| |
| #define | DT_N_S_leds_S_led_3_REQUIRES_ORDS |
| |
| #define | DT_N_S_leds_S_led_3_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_leds_S_led_3_EXISTS 1 |
| |
| #define | DT_N_ALIAS_led3 DT_N_S_leds_S_led_3 |
| |
| #define | DT_N_NODELABEL_led3 DT_N_S_leds_S_led_3 |
| |
| #define | DT_N_S_leds_S_led_3_REG_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_3_RANGES_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_3_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_leds_S_led_3_IRQ_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_3_STATUS_okay 1 |
| |
| #define | DT_N_S_leds_S_led_3_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_leds_S_led_3_P_gpios_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_3_P_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000000 |
| |
| #define | DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_pin 16 |
| |
| #define | DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_pin_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_flags 1 |
| |
| #define | DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_flags_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_3_P_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_leds_S_led_3, gpios, 0) |
| |
| #define | DT_N_S_leds_S_led_3_P_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_leds_S_led_3, gpios, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_leds_S_led_3_P_gpios_LEN 1 |
| |
| #define | DT_N_S_leds_S_led_3_P_gpios_EXISTS 1 |
| |
| #define | DT_N_S_leds_S_led_3_P_label "Green LED 3" |
| |
| #define | DT_N_S_leds_S_led_3_P_label_STRING_TOKEN Green_LED_3 |
| |
| #define | DT_N_S_leds_S_led_3_P_label_STRING_UPPER_TOKEN GREEN_LED_3 |
| |
| #define | DT_N_S_leds_S_led_3_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_leds_S_led_3_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_leds_S_led_3_P_label_EXISTS 1 |
| |
| #define | DT_N_S_pwmleds_PATH "/pwmleds" |
| |
| #define | DT_N_S_pwmleds_FULL_NAME "pwmleds" |
| |
| #define | DT_N_S_pwmleds_PARENT DT_N |
| |
| #define | DT_N_S_pwmleds_FOREACH_CHILD(fn) fn(DT_N_S_pwmleds_S_pwm_led_0) fn(DT_N_S_pwmleds_S_pwm_led_1) |
| |
| #define | DT_N_S_pwmleds_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_pwmleds_S_pwm_led_0, __VA_ARGS__) fn(DT_N_S_pwmleds_S_pwm_led_1, __VA_ARGS__) |
| |
| #define | DT_N_S_pwmleds_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_pwmleds_S_pwm_led_0) fn(DT_N_S_pwmleds_S_pwm_led_1) |
| |
| #define | DT_N_S_pwmleds_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_pwmleds_S_pwm_led_0, __VA_ARGS__) fn(DT_N_S_pwmleds_S_pwm_led_1, __VA_ARGS__) |
| |
| #define | DT_N_S_pwmleds_ORD 23 |
| |
| #define | DT_N_S_pwmleds_REQUIRES_ORDS 0, /* / */ |
| |
| #define | DT_N_S_pwmleds_SUPPORTS_ORDS |
| |
| #define | DT_N_S_pwmleds_EXISTS 1 |
| |
| #define | DT_N_INST_0_pwm_leds DT_N_S_pwmleds |
| |
| #define | DT_N_S_pwmleds_REG_NUM 0 |
| |
| #define | DT_N_S_pwmleds_RANGES_NUM 0 |
| |
| #define | DT_N_S_pwmleds_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_pwmleds_IRQ_NUM 0 |
| |
| #define | DT_N_S_pwmleds_COMPAT_MATCHES_pwm_leds 1 |
| |
| #define | DT_N_S_pwmleds_STATUS_okay 1 |
| |
| #define | DT_N_S_pwmleds_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_PATH "/soc/pwm@4001c000" |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_FULL_NAME "pwm@4001c000" |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_ORD 24 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_SUPPORTS_ORDS |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_pwm DT_N_S_soc_S_pwm_4001c000 |
| |
| #define | DT_N_NODELABEL_pwm0 DT_N_S_soc_S_pwm_4001c000 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_VAL_ADDRESS 1073856512 /* 0x4001c000 */ |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_irq 28 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_COMPAT_MATCHES_nordic_nrf_pwm 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_reg {1073856512 /* 0x4001c000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_0 1073856512 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_center_aligned 0 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_center_aligned_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_ch0_pin 13 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_ch0_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_ch0_inverted 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_ch0_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_ch1_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_ch1_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_ch2_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_ch2_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_ch3_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_ch3_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_label "PWM_0" |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_label_STRING_TOKEN PWM_0 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_label_STRING_UPPER_TOKEN PWM_0 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_compatible {"nordic,nrf-pwm"} |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0 "nordic,nrf-pwm" |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_4001c000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_4001c000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_interrupts {28 /* 0x1c */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_0 28 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_pwm_4001c000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_PATH "/pwmleds/pwm_led_0" |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_FULL_NAME "pwm_led_0" |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_PARENT DT_N_S_pwmleds |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_ORD 25 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_REQUIRES_ORDS |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_EXISTS 1 |
| |
| #define | DT_N_ALIAS_pwm_led0 DT_N_S_pwmleds_S_pwm_led_0 |
| |
| #define | DT_N_NODELABEL_pwm_led0 DT_N_S_pwmleds_S_pwm_led_0 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_REG_NUM 0 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_RANGES_NUM 0 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_IRQ_NUM 0 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_STATUS_okay 1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_PH DT_N_S_soc_S_pwm_4001c000 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_VAL_channel 13 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_P_pwms_IDX_0_VAL_channel_EXISTS 1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_P_pwms_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pwmleds_S_pwm_led_0, pwms, 0) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_P_pwms_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pwmleds_S_pwm_led_0, pwms, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_P_pwms_LEN 1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_0_P_pwms_EXISTS 1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_PATH "/pwmleds/pwm_led_1" |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_FULL_NAME "pwm_led_1" |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_PARENT DT_N_S_pwmleds |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_ORD 26 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_REQUIRES_ORDS |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_EXISTS 1 |
| |
| #define | DT_N_ALIAS_pwm_led1 DT_N_S_pwmleds_S_pwm_led_1 |
| |
| #define | DT_N_NODELABEL_pwm_led1 DT_N_S_pwmleds_S_pwm_led_1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_REG_NUM 0 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_RANGES_NUM 0 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_IRQ_NUM 0 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_STATUS_okay 1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_PH DT_N_S_soc_S_pwm_4001c000 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_VAL_channel 14 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_P_pwms_IDX_0_VAL_channel_EXISTS 1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_P_pwms_FOREACH_PROP_ELEM(fn) fn(DT_N_S_pwmleds_S_pwm_led_1, pwms, 0) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_P_pwms_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_pwmleds_S_pwm_led_1, pwms, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_P_pwms_LEN 1 |
| |
| #define | DT_N_S_pwmleds_S_pwm_led_1_P_pwms_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_PATH "/soc/adc@40007000" |
| |
| #define | DT_N_S_soc_S_adc_40007000_FULL_NAME "adc@40007000" |
| |
| #define | DT_N_S_soc_S_adc_40007000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_adc_40007000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_adc_40007000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_adc_40007000_ORD 27 |
| |
| #define | DT_N_S_soc_S_adc_40007000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_adc_40007000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_adc_40007000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_saadc DT_N_S_soc_S_adc_40007000 |
| |
| #define | DT_N_NODELABEL_adc DT_N_S_soc_S_adc_40007000 |
| |
| #define | DT_N_S_soc_S_adc_40007000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_REG_IDX_0_VAL_ADDRESS 1073770496 /* 0x40007000 */ |
| |
| #define | DT_N_S_soc_S_adc_40007000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_adc_40007000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_adc_40007000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_adc_40007000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_irq 7 |
| |
| #define | DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_COMPAT_MATCHES_nordic_nrf_saadc 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_reg {1073770496 /* 0x40007000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_reg_IDX_0 1073770496 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_interrupts {7 /* 0x7 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_0 7 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_label "ADC_0" |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_label_STRING_TOKEN ADC_0 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_label_STRING_UPPER_TOKEN ADC_0 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_compatible {"nordic,nrf-saadc"} |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0 "nordic,nrf-saadc" |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_adc_40007000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_adc_40007000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_adc_40007000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_PATH "/soc/clock@40000000" |
| |
| #define | DT_N_S_soc_S_clock_40000000_FULL_NAME "clock@40000000" |
| |
| #define | DT_N_S_soc_S_clock_40000000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_clock_40000000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_clock_40000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_clock_40000000_ORD 28 |
| |
| #define | DT_N_S_soc_S_clock_40000000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_clock_40000000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_clock_40000000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_clock DT_N_S_soc_S_clock_40000000 |
| |
| #define | DT_N_NODELABEL_clock DT_N_S_soc_S_clock_40000000 |
| |
| #define | DT_N_S_soc_S_clock_40000000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_REG_IDX_0_VAL_ADDRESS 1073741824 /* 0x40000000 */ |
| |
| #define | DT_N_S_soc_S_clock_40000000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_clock_40000000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_clock_40000000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_clock_40000000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_irq 0 |
| |
| #define | DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_COMPAT_MATCHES_nordic_nrf_clock 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_label "CLOCK" |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_label_STRING_TOKEN CLOCK |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_label_STRING_UPPER_TOKEN CLOCK |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_reg {1073741824 /* 0x40000000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_reg_IDX_0 1073741824 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_interrupts {0 /* 0x0 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_0 0 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_compatible {"nordic,nrf-clock"} |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0 "nordic,nrf-clock" |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_clock_40000000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_clock_40000000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_clock_40000000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_PATH "/soc/ecb@4000e000" |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_FULL_NAME "ecb@4000e000" |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_ORD 29 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_ecb DT_N_S_soc_S_ecb_4000e000 |
| |
| #define | DT_N_NODELABEL_ecb DT_N_S_soc_S_ecb_4000e000 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_VAL_ADDRESS 1073799168 /* 0x4000e000 */ |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_irq 14 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_COMPAT_MATCHES_nordic_nrf_ecb 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_reg {1073799168 /* 0x4000e000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_0 1073799168 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_interrupts {14 /* 0xe */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_0 14 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_compatible {"nordic,nrf-ecb"} |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0 "nordic,nrf-ecb" |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_ecb_4000e000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_ecb_4000e000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_label "ECB" |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_label_STRING_TOKEN ECB |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_label_STRING_UPPER_TOKEN ECB |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_ecb_4000e000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_PATH "/soc/egu@40014000" |
| |
| #define | DT_N_S_soc_S_egu_40014000_FULL_NAME "egu@40014000" |
| |
| #define | DT_N_S_soc_S_egu_40014000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_egu_40014000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_egu_40014000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40014000_ORD 30 |
| |
| #define | DT_N_S_soc_S_egu_40014000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_egu_40014000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_egu_40014000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_egu DT_N_S_soc_S_egu_40014000 |
| |
| #define | DT_N_NODELABEL_egu0 DT_N_S_soc_S_egu_40014000 |
| |
| #define | DT_N_S_soc_S_egu_40014000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_REG_IDX_0_VAL_ADDRESS 1073823744 /* 0x40014000 */ |
| |
| #define | DT_N_S_soc_S_egu_40014000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_egu_40014000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40014000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_egu_40014000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_irq 20 |
| |
| #define | DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_COMPAT_MATCHES_nordic_nrf_egu 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_reg {1073823744 /* 0x40014000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_reg_IDX_0 1073823744 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_interrupts {20 /* 0x14 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_0 20 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_compatible {"nordic,nrf-egu"} |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0 "nordic,nrf-egu" |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40014000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40014000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_egu_40014000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_PATH "/soc/egu@40015000" |
| |
| #define | DT_N_S_soc_S_egu_40015000_FULL_NAME "egu@40015000" |
| |
| #define | DT_N_S_soc_S_egu_40015000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_egu_40015000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_egu_40015000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40015000_ORD 31 |
| |
| #define | DT_N_S_soc_S_egu_40015000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_egu_40015000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_egu_40015000_EXISTS 1 |
| |
| #define | DT_N_INST_1_nordic_nrf_egu DT_N_S_soc_S_egu_40015000 |
| |
| #define | DT_N_NODELABEL_egu1 DT_N_S_soc_S_egu_40015000 |
| |
| #define | DT_N_S_soc_S_egu_40015000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_REG_IDX_0_VAL_ADDRESS 1073827840 /* 0x40015000 */ |
| |
| #define | DT_N_S_soc_S_egu_40015000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_egu_40015000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40015000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_egu_40015000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_irq 21 |
| |
| #define | DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_COMPAT_MATCHES_nordic_nrf_egu 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_reg {1073827840 /* 0x40015000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_reg_IDX_0 1073827840 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_interrupts {21 /* 0x15 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_0 21 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_compatible {"nordic,nrf-egu"} |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0 "nordic,nrf-egu" |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40015000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40015000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_egu_40015000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_PATH "/soc/egu@40016000" |
| |
| #define | DT_N_S_soc_S_egu_40016000_FULL_NAME "egu@40016000" |
| |
| #define | DT_N_S_soc_S_egu_40016000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_egu_40016000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_egu_40016000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40016000_ORD 32 |
| |
| #define | DT_N_S_soc_S_egu_40016000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_egu_40016000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_egu_40016000_EXISTS 1 |
| |
| #define | DT_N_INST_2_nordic_nrf_egu DT_N_S_soc_S_egu_40016000 |
| |
| #define | DT_N_NODELABEL_egu2 DT_N_S_soc_S_egu_40016000 |
| |
| #define | DT_N_S_soc_S_egu_40016000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_REG_IDX_0_VAL_ADDRESS 1073831936 /* 0x40016000 */ |
| |
| #define | DT_N_S_soc_S_egu_40016000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_egu_40016000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40016000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_egu_40016000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_irq 22 |
| |
| #define | DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_COMPAT_MATCHES_nordic_nrf_egu 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_reg {1073831936 /* 0x40016000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_reg_IDX_0 1073831936 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_interrupts {22 /* 0x16 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_0 22 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_compatible {"nordic,nrf-egu"} |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0 "nordic,nrf-egu" |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40016000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40016000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_egu_40016000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_PATH "/soc/egu@40017000" |
| |
| #define | DT_N_S_soc_S_egu_40017000_FULL_NAME "egu@40017000" |
| |
| #define | DT_N_S_soc_S_egu_40017000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_egu_40017000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_egu_40017000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40017000_ORD 33 |
| |
| #define | DT_N_S_soc_S_egu_40017000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_egu_40017000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_egu_40017000_EXISTS 1 |
| |
| #define | DT_N_INST_3_nordic_nrf_egu DT_N_S_soc_S_egu_40017000 |
| |
| #define | DT_N_NODELABEL_egu3 DT_N_S_soc_S_egu_40017000 |
| |
| #define | DT_N_S_soc_S_egu_40017000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_REG_IDX_0_VAL_ADDRESS 1073836032 /* 0x40017000 */ |
| |
| #define | DT_N_S_soc_S_egu_40017000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_egu_40017000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40017000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_egu_40017000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_irq 23 |
| |
| #define | DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_COMPAT_MATCHES_nordic_nrf_egu 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_reg {1073836032 /* 0x40017000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_reg_IDX_0 1073836032 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_interrupts {23 /* 0x17 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_0 23 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_compatible {"nordic,nrf-egu"} |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0 "nordic,nrf-egu" |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40017000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40017000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_egu_40017000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_PATH "/soc/egu@40018000" |
| |
| #define | DT_N_S_soc_S_egu_40018000_FULL_NAME "egu@40018000" |
| |
| #define | DT_N_S_soc_S_egu_40018000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_egu_40018000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_egu_40018000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40018000_ORD 34 |
| |
| #define | DT_N_S_soc_S_egu_40018000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_egu_40018000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_egu_40018000_EXISTS 1 |
| |
| #define | DT_N_INST_4_nordic_nrf_egu DT_N_S_soc_S_egu_40018000 |
| |
| #define | DT_N_NODELABEL_egu4 DT_N_S_soc_S_egu_40018000 |
| |
| #define | DT_N_S_soc_S_egu_40018000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_REG_IDX_0_VAL_ADDRESS 1073840128 /* 0x40018000 */ |
| |
| #define | DT_N_S_soc_S_egu_40018000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_egu_40018000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40018000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_egu_40018000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_irq 24 |
| |
| #define | DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_COMPAT_MATCHES_nordic_nrf_egu 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_reg {1073840128 /* 0x40018000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_reg_IDX_0 1073840128 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_interrupts {24 /* 0x18 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_0 24 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_compatible {"nordic,nrf-egu"} |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0 "nordic,nrf-egu" |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40018000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40018000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_egu_40018000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_PATH "/soc/egu@40019000" |
| |
| #define | DT_N_S_soc_S_egu_40019000_FULL_NAME "egu@40019000" |
| |
| #define | DT_N_S_soc_S_egu_40019000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_egu_40019000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_egu_40019000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40019000_ORD 35 |
| |
| #define | DT_N_S_soc_S_egu_40019000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_egu_40019000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_egu_40019000_EXISTS 1 |
| |
| #define | DT_N_INST_5_nordic_nrf_egu DT_N_S_soc_S_egu_40019000 |
| |
| #define | DT_N_NODELABEL_egu5 DT_N_S_soc_S_egu_40019000 |
| |
| #define | DT_N_S_soc_S_egu_40019000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_REG_IDX_0_VAL_ADDRESS 1073844224 /* 0x40019000 */ |
| |
| #define | DT_N_S_soc_S_egu_40019000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_egu_40019000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40019000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_egu_40019000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_irq 25 |
| |
| #define | DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_COMPAT_MATCHES_nordic_nrf_egu 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_reg {1073844224 /* 0x40019000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_reg_IDX_0 1073844224 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_interrupts {25 /* 0x19 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_0 25 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_compatible {"nordic,nrf-egu"} |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0 "nordic,nrf-egu" |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_egu_40019000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_egu_40019000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_egu_40019000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_PATH "/soc/ficr@10000000" |
| |
| #define | DT_N_S_soc_S_ficr_10000000_FULL_NAME "ficr@10000000" |
| |
| #define | DT_N_S_soc_S_ficr_10000000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_ORD 36 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_REQUIRES_ORDS 6, /* /soc */ |
| |
| #define | DT_N_S_soc_S_ficr_10000000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_ficr_10000000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_ficr DT_N_S_soc_S_ficr_10000000 |
| |
| #define | DT_N_NODELABEL_ficr DT_N_S_soc_S_ficr_10000000 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_REG_IDX_0_VAL_ADDRESS 268435456 /* 0x10000000 */ |
| |
| #define | DT_N_S_soc_S_ficr_10000000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_ficr_10000000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_COMPAT_MATCHES_nordic_nrf_ficr 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_reg {268435456 /* 0x10000000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_reg_IDX_0 268435456 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_compatible {"nordic,nrf-ficr"} |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0 "nordic,nrf-ficr" |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_ficr_10000000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_ficr_10000000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_ficr_10000000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_PATH "/soc/gpiote@40006000" |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_FULL_NAME "gpiote@40006000" |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_ORD 37 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_gpiote DT_N_S_soc_S_gpiote_40006000 |
| |
| #define | DT_N_NODELABEL_gpiote DT_N_S_soc_S_gpiote_40006000 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_VAL_ADDRESS 1073766400 /* 0x40006000 */ |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_irq 6 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_priority 5 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_COMPAT_MATCHES_nordic_nrf_gpiote 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_reg {1073766400 /* 0x40006000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_0 1073766400 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_interrupts {6 /* 0x6 */, 5 /* 0x5 */} |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_0 6 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_1 5 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_label "GPIOTE_0" |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_label_STRING_TOKEN GPIOTE_0 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_label_STRING_UPPER_TOKEN GPIOTE_0 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_compatible {"nordic,nrf-gpiote"} |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0 "nordic,nrf-gpiote" |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpiote_40006000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpiote_40006000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_gpiote_40006000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_PATH "/soc/i2c@40003000" |
| |
| #define | DT_N_S_soc_S_i2c_40003000_FULL_NAME "i2c@40003000" |
| |
| #define | DT_N_S_soc_S_i2c_40003000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_ORD 38 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_i2c_40003000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_i2c_40003000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_twi DT_N_S_soc_S_i2c_40003000 |
| |
| #define | DT_N_NODELABEL_i2c0 DT_N_S_soc_S_i2c_40003000 |
| |
| #define | DT_N_NODELABEL_arduino_i2c DT_N_S_soc_S_i2c_40003000 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_REG_IDX_0_VAL_ADDRESS 1073754112 /* 0x40003000 */ |
| |
| #define | DT_N_S_soc_S_i2c_40003000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_i2c_40003000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_irq 3 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_COMPAT_MATCHES_nordic_nrf_twi 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_reg {1073754112 /* 0x40003000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_reg_IDX_0 1073754112 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_interrupts {3 /* 0x3 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_0 3 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_sda_pin 26 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_sda_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_scl_pin 27 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_scl_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_clock_frequency 100000 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_clock_frequency_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_label "I2C_0" |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_label_STRING_TOKEN I2C_0 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_label_STRING_UPPER_TOKEN I2C_0 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_compatible {"nordic,nrf-twi"} |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0 "nordic,nrf-twi" |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40003000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40003000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_i2c_40003000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_PATH "/soc/i2c@40004000" |
| |
| #define | DT_N_S_soc_S_i2c_40004000_FULL_NAME "i2c@40004000" |
| |
| #define | DT_N_S_soc_S_i2c_40004000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_ORD 39 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_i2c_40004000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_i2c_40004000_EXISTS 1 |
| |
| #define | DT_N_INST_1_nordic_nrf_twi DT_N_S_soc_S_i2c_40004000 |
| |
| #define | DT_N_NODELABEL_i2c1 DT_N_S_soc_S_i2c_40004000 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_REG_IDX_0_VAL_ADDRESS 1073758208 /* 0x40004000 */ |
| |
| #define | DT_N_S_soc_S_i2c_40004000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_i2c_40004000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_irq 4 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_COMPAT_MATCHES_nordic_nrf_twi 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_STATUS_disabled 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_reg {1073758208 /* 0x40004000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_reg_IDX_0 1073758208 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_interrupts {4 /* 0x4 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_0 4 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_sda_pin 30 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_sda_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_scl_pin 31 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_scl_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_clock_frequency 100000 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_clock_frequency_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_label "I2C_1" |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_label_STRING_TOKEN I2C_1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_label_STRING_UPPER_TOKEN I2C_1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_status "disabled" |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_compatible {"nordic,nrf-twi"} |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0 "nordic,nrf-twi" |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2c_40004000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2c_40004000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_i2c_40004000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_PATH "/soc/i2s@40025000" |
| |
| #define | DT_N_S_soc_S_i2s_40025000_FULL_NAME "i2s@40025000" |
| |
| #define | DT_N_S_soc_S_i2s_40025000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_ORD 40 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_i2s_40025000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_i2s_40025000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_i2s DT_N_S_soc_S_i2s_40025000 |
| |
| #define | DT_N_NODELABEL_i2s0 DT_N_S_soc_S_i2s_40025000 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_REG_IDX_0_VAL_ADDRESS 1073893376 /* 0x40025000 */ |
| |
| #define | DT_N_S_soc_S_i2s_40025000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_i2s_40025000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_irq 37 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_COMPAT_MATCHES_nordic_nrf_i2s 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_STATUS_disabled 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_reg {1073893376 /* 0x40025000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_reg_IDX_0 1073893376 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_interrupts {37 /* 0x25 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_0 37 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_clock_source "PCLK32M_HFXO" |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_TOKEN PCLK32M_HFXO |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_clock_source_STRING_UPPER_TOKEN PCLK32M_HFXO |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_TOKEN PCLK32M_HFXO |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_clock_source_ENUM_UPPER_TOKEN PCLK32M_HFXO |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_clock_source_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_clock_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_label "I2S_0" |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_label_STRING_TOKEN I2S_0 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_label_STRING_UPPER_TOKEN I2S_0 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_status "disabled" |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_compatible {"nordic,nrf-i2s"} |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0 "nordic,nrf-i2s" |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_i2s_40025000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_i2s_40025000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_i2s_40025000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_PATH "/soc/memory@20000000" |
| |
| #define | DT_N_S_soc_S_memory_20000000_FULL_NAME "memory@20000000" |
| |
| #define | DT_N_S_soc_S_memory_20000000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_memory_20000000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_memory_20000000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_memory_20000000_ORD 41 |
| |
| #define | DT_N_S_soc_S_memory_20000000_REQUIRES_ORDS 6, /* /soc */ |
| |
| #define | DT_N_S_soc_S_memory_20000000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_memory_20000000_EXISTS 1 |
| |
| #define | DT_N_INST_0_mmio_sram DT_N_S_soc_S_memory_20000000 |
| |
| #define | DT_N_NODELABEL_sram0 DT_N_S_soc_S_memory_20000000 |
| |
| #define | DT_N_S_soc_S_memory_20000000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_REG_IDX_0_VAL_ADDRESS 536870912 /* 0x20000000 */ |
| |
| #define | DT_N_S_soc_S_memory_20000000_REG_IDX_0_VAL_SIZE 262144 /* 0x40000 */ |
| |
| #define | DT_N_S_soc_S_memory_20000000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_memory_20000000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_memory_20000000_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_memory_20000000_COMPAT_MATCHES_mmio_sram 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_reg {536870912 /* 0x20000000 */, 262144 /* 0x40000 */} |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_reg_IDX_0 536870912 |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_reg_IDX_1 262144 |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_compatible {"mmio-sram"} |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0 "mmio-sram" |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_memory_20000000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_memory_20000000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_memory_20000000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_PATH "/soc/pdm@4001d000" |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_FULL_NAME "pdm@4001d000" |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_ORD 42 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_pdm DT_N_S_soc_S_pdm_4001d000 |
| |
| #define | DT_N_NODELABEL_pdm0 DT_N_S_soc_S_pdm_4001d000 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_VAL_ADDRESS 1073860608 /* 0x4001d000 */ |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_irq 29 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_COMPAT_MATCHES_nordic_nrf_pdm 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_STATUS_disabled 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_reg {1073860608 /* 0x4001d000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_0 1073860608 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_interrupts {29 /* 0x1d */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_0 29 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_clock_source "PCLK32M_HFXO" |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_TOKEN PCLK32M_HFXO |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_clock_source_STRING_UPPER_TOKEN PCLK32M_HFXO |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_TOKEN PCLK32M_HFXO |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_clock_source_ENUM_UPPER_TOKEN PCLK32M_HFXO |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_clock_source_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_clock_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_queue_size 4 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_queue_size_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_status "disabled" |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_compatible {"nordic,nrf-pdm"} |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0 "nordic,nrf-pdm" |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pdm_4001d000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pdm_4001d000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_label "PDM_0" |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_label_STRING_TOKEN PDM_0 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_label_STRING_UPPER_TOKEN PDM_0 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_pdm_4001d000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_PATH "/soc/pwm@40021000" |
| |
| #define | DT_N_S_soc_S_pwm_40021000_FULL_NAME "pwm@40021000" |
| |
| #define | DT_N_S_soc_S_pwm_40021000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_ORD 43 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_pwm_40021000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_pwm_40021000_EXISTS 1 |
| |
| #define | DT_N_INST_1_nordic_nrf_pwm DT_N_S_soc_S_pwm_40021000 |
| |
| #define | DT_N_NODELABEL_pwm1 DT_N_S_soc_S_pwm_40021000 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_REG_IDX_0_VAL_ADDRESS 1073876992 /* 0x40021000 */ |
| |
| #define | DT_N_S_soc_S_pwm_40021000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_pwm_40021000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_irq 33 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_COMPAT_MATCHES_nordic_nrf_pwm 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_STATUS_disabled 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_reg {1073876992 /* 0x40021000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_reg_IDX_0 1073876992 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_center_aligned 0 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_center_aligned_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_ch0_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_ch0_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_ch1_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_ch1_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_ch2_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_ch2_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_ch3_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_ch3_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_label "PWM_1" |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_label_STRING_TOKEN PWM_1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_label_STRING_UPPER_TOKEN PWM_1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_status "disabled" |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_compatible {"nordic,nrf-pwm"} |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0 "nordic,nrf-pwm" |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_40021000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_40021000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_interrupts {33 /* 0x21 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_0 33 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_pwm_40021000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_PATH "/soc/pwm@40022000" |
| |
| #define | DT_N_S_soc_S_pwm_40022000_FULL_NAME "pwm@40022000" |
| |
| #define | DT_N_S_soc_S_pwm_40022000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_ORD 44 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_pwm_40022000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_pwm_40022000_EXISTS 1 |
| |
| #define | DT_N_INST_2_nordic_nrf_pwm DT_N_S_soc_S_pwm_40022000 |
| |
| #define | DT_N_NODELABEL_pwm2 DT_N_S_soc_S_pwm_40022000 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_REG_IDX_0_VAL_ADDRESS 1073881088 /* 0x40022000 */ |
| |
| #define | DT_N_S_soc_S_pwm_40022000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_pwm_40022000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_irq 34 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_COMPAT_MATCHES_nordic_nrf_pwm 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_STATUS_disabled 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_reg {1073881088 /* 0x40022000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_reg_IDX_0 1073881088 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_center_aligned 0 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_center_aligned_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_ch0_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_ch0_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_ch1_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_ch1_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_ch2_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_ch2_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_ch3_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_ch3_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_label "PWM_2" |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_label_STRING_TOKEN PWM_2 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_label_STRING_UPPER_TOKEN PWM_2 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_status "disabled" |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_compatible {"nordic,nrf-pwm"} |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0 "nordic,nrf-pwm" |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_40022000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_40022000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_interrupts {34 /* 0x22 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_0 34 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_pwm_40022000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_PATH "/soc/pwm@4002d000" |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_FULL_NAME "pwm@4002d000" |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_ORD 45 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_EXISTS 1 |
| |
| #define | DT_N_INST_3_nordic_nrf_pwm DT_N_S_soc_S_pwm_4002d000 |
| |
| #define | DT_N_NODELABEL_pwm3 DT_N_S_soc_S_pwm_4002d000 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_VAL_ADDRESS 1073926144 /* 0x4002d000 */ |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_irq 45 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_COMPAT_MATCHES_nordic_nrf_pwm 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_STATUS_disabled 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_reg {1073926144 /* 0x4002d000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_0 1073926144 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_center_aligned 0 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_center_aligned_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_ch0_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_ch0_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_ch1_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_ch1_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_ch2_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_ch2_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_ch3_inverted 0 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_ch3_inverted_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_label "PWM_3" |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_label_STRING_TOKEN PWM_3 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_label_STRING_UPPER_TOKEN PWM_3 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_status "disabled" |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_compatible {"nordic,nrf-pwm"} |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0 "nordic,nrf-pwm" |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_pwm_4002d000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_pwm_4002d000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_interrupts {45 /* 0x2d */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_0 45 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_pwm_4002d000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_PATH "/soc/qdec@40012000" |
| |
| #define | DT_N_S_soc_S_qdec_40012000_FULL_NAME "qdec@40012000" |
| |
| #define | DT_N_S_soc_S_qdec_40012000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_ORD 46 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_qdec_40012000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_qdec_40012000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_qdec DT_N_S_soc_S_qdec_40012000 |
| |
| #define | DT_N_NODELABEL_qdec DT_N_S_soc_S_qdec_40012000 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_REG_IDX_0_VAL_ADDRESS 1073815552 /* 0x40012000 */ |
| |
| #define | DT_N_S_soc_S_qdec_40012000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_qdec_40012000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_irq 18 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_COMPAT_MATCHES_nordic_nrf_qdec 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_STATUS_disabled 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_reg {1073815552 /* 0x40012000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_reg_IDX_0 1073815552 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_interrupts {18 /* 0x12 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_0 18 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_label "QDEC" |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_label_STRING_TOKEN QDEC |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_label_STRING_UPPER_TOKEN QDEC |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_status "disabled" |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_compatible {"nordic,nrf-qdec"} |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0 "nordic,nrf-qdec" |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_qdec_40012000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_qdec_40012000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_qdec_40012000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_PATH "/soc/radio@40001000" |
| |
| #define | DT_N_S_soc_S_radio_40001000_FULL_NAME "radio@40001000" |
| |
| #define | DT_N_S_soc_S_radio_40001000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_radio_40001000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_radio_40001000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_radio_40001000_ORD 47 |
| |
| #define | DT_N_S_soc_S_radio_40001000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_radio_40001000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_radio_40001000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_radio DT_N_S_soc_S_radio_40001000 |
| |
| #define | DT_N_NODELABEL_radio DT_N_S_soc_S_radio_40001000 |
| |
| #define | DT_N_S_soc_S_radio_40001000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_REG_IDX_0_VAL_ADDRESS 1073745920 /* 0x40001000 */ |
| |
| #define | DT_N_S_soc_S_radio_40001000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_radio_40001000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_radio_40001000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_radio_40001000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_irq 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_COMPAT_MATCHES_nordic_nrf_radio 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_reg {1073745920 /* 0x40001000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_reg_IDX_0 1073745920 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_interrupts {1 /* 0x1 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_0 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_dfe_supported 0 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_dfe_supported_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_compatible {"nordic,nrf-radio"} |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0 "nordic,nrf-radio" |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_radio_40001000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_radio_40001000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_radio_40001000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_PATH "/soc/random@4000d000" |
| |
| #define | DT_N_S_soc_S_random_4000d000_FULL_NAME "random@4000d000" |
| |
| #define | DT_N_S_soc_S_random_4000d000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_random_4000d000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_random_4000d000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_random_4000d000_ORD 48 |
| |
| #define | DT_N_S_soc_S_random_4000d000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_random_4000d000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_random_4000d000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_rng DT_N_S_soc_S_random_4000d000 |
| |
| #define | DT_N_NODELABEL_rng DT_N_S_soc_S_random_4000d000 |
| |
| #define | DT_N_S_soc_S_random_4000d000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_REG_IDX_0_VAL_ADDRESS 1073795072 /* 0x4000d000 */ |
| |
| #define | DT_N_S_soc_S_random_4000d000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_random_4000d000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_random_4000d000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_random_4000d000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_irq 13 |
| |
| #define | DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_COMPAT_MATCHES_nordic_nrf_rng 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_reg {1073795072 /* 0x4000d000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_reg_IDX_0 1073795072 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_interrupts {13 /* 0xd */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_0 13 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_compatible {"nordic,nrf-rng"} |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0 "nordic,nrf-rng" |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_random_4000d000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_random_4000d000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_label "RNG" |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_label_STRING_TOKEN RNG |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_label_STRING_UPPER_TOKEN RNG |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_random_4000d000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_PATH "/soc/rtc@4000b000" |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_FULL_NAME "rtc@4000b000" |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_ORD 49 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_rtc DT_N_S_soc_S_rtc_4000b000 |
| |
| #define | DT_N_NODELABEL_rtc0 DT_N_S_soc_S_rtc_4000b000 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_VAL_ADDRESS 1073786880 /* 0x4000b000 */ |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_irq 11 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_COMPAT_MATCHES_nordic_nrf_rtc 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_reg {1073786880 /* 0x4000b000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_0 1073786880 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_cc_num 3 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_cc_num_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_ppi_wrap 0 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_ppi_wrap_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_fixed_top 0 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_fixed_top_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_clock_frequency 32768 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_clock_frequency_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_label "RTC_0" |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_label_STRING_TOKEN RTC_0 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_label_STRING_UPPER_TOKEN RTC_0 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_interrupts {11 /* 0xb */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_0 11 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_prescaler 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_prescaler_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_compatible {"nordic,nrf-rtc"} |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0 "nordic,nrf-rtc" |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_rtc_4000b000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_rtc_4000b000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_rtc_4000b000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_PATH "/soc/rtc@40011000" |
| |
| #define | DT_N_S_soc_S_rtc_40011000_FULL_NAME "rtc@40011000" |
| |
| #define | DT_N_S_soc_S_rtc_40011000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_ORD 50 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_rtc_40011000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_rtc_40011000_EXISTS 1 |
| |
| #define | DT_N_INST_1_nordic_nrf_rtc DT_N_S_soc_S_rtc_40011000 |
| |
| #define | DT_N_NODELABEL_rtc1 DT_N_S_soc_S_rtc_40011000 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_REG_IDX_0_VAL_ADDRESS 1073811456 /* 0x40011000 */ |
| |
| #define | DT_N_S_soc_S_rtc_40011000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_rtc_40011000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_irq 17 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_COMPAT_MATCHES_nordic_nrf_rtc 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_reg {1073811456 /* 0x40011000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_reg_IDX_0 1073811456 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_cc_num 4 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_cc_num_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_ppi_wrap 0 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_ppi_wrap_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_fixed_top 0 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_fixed_top_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_clock_frequency 32768 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_clock_frequency_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_label "RTC_1" |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_label_STRING_TOKEN RTC_1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_label_STRING_UPPER_TOKEN RTC_1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_interrupts {17 /* 0x11 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_0 17 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_prescaler 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_prescaler_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_compatible {"nordic,nrf-rtc"} |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0 "nordic,nrf-rtc" |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_rtc_40011000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_rtc_40011000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_rtc_40011000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_PATH "/soc/rtc@40024000" |
| |
| #define | DT_N_S_soc_S_rtc_40024000_FULL_NAME "rtc@40024000" |
| |
| #define | DT_N_S_soc_S_rtc_40024000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_ORD 51 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_rtc_40024000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_rtc_40024000_EXISTS 1 |
| |
| #define | DT_N_INST_2_nordic_nrf_rtc DT_N_S_soc_S_rtc_40024000 |
| |
| #define | DT_N_NODELABEL_rtc2 DT_N_S_soc_S_rtc_40024000 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_REG_IDX_0_VAL_ADDRESS 1073889280 /* 0x40024000 */ |
| |
| #define | DT_N_S_soc_S_rtc_40024000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_rtc_40024000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_irq 36 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_COMPAT_MATCHES_nordic_nrf_rtc 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_reg {1073889280 /* 0x40024000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_reg_IDX_0 1073889280 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_cc_num 4 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_cc_num_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_ppi_wrap 0 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_ppi_wrap_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_fixed_top 0 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_fixed_top_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_clock_frequency 32768 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_clock_frequency_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_label "RTC_2" |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_label_STRING_TOKEN RTC_2 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_label_STRING_UPPER_TOKEN RTC_2 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_interrupts {36 /* 0x24 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_0 36 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_prescaler 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_prescaler_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_compatible {"nordic,nrf-rtc"} |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0 "nordic,nrf-rtc" |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_rtc_40024000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_rtc_40024000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_rtc_40024000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_PATH "/soc/spi@40003000" |
| |
| #define | DT_N_S_soc_S_spi_40003000_FULL_NAME "spi@40003000" |
| |
| #define | DT_N_S_soc_S_spi_40003000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_spi_40003000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_spi_40003000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40003000_ORD 52 |
| |
| #define | DT_N_S_soc_S_spi_40003000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_spi_40003000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_spi_40003000_EXISTS 1 |
| |
| #define | DT_N_INST_1_nordic_nrf_spi DT_N_S_soc_S_spi_40003000 |
| |
| #define | DT_N_NODELABEL_spi0 DT_N_S_soc_S_spi_40003000 |
| |
| #define | DT_N_S_soc_S_spi_40003000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_REG_IDX_0_VAL_ADDRESS 1073754112 /* 0x40003000 */ |
| |
| #define | DT_N_S_soc_S_spi_40003000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_spi_40003000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_spi_40003000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_spi_40003000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_irq 3 |
| |
| #define | DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_COMPAT_MATCHES_nordic_nrf_spi 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_STATUS_disabled 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_miso_pull_up 0 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_miso_pull_up_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_miso_pull_down 0 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_miso_pull_down_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_reg {1073754112 /* 0x40003000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_reg_IDX_0 1073754112 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_interrupts {3 /* 0x3 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_0 3 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_sck_pin 27 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_sck_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_mosi_pin 26 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_mosi_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_miso_pin 29 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_miso_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_label "SPI_0" |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_label_STRING_TOKEN SPI_0 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_label_STRING_UPPER_TOKEN SPI_0 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_status "disabled" |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_compatible {"nordic,nrf-spi"} |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0 "nordic,nrf-spi" |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40003000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40003000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_spi_40003000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_PATH "/soc/spi@40004000" |
| |
| #define | DT_N_S_soc_S_spi_40004000_FULL_NAME "spi@40004000" |
| |
| #define | DT_N_S_soc_S_spi_40004000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_spi_40004000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_spi_40004000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40004000_ORD 53 |
| |
| #define | DT_N_S_soc_S_spi_40004000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_spi_40004000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_spi_40004000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_spi DT_N_S_soc_S_spi_40004000 |
| |
| #define | DT_N_NODELABEL_spi1 DT_N_S_soc_S_spi_40004000 |
| |
| #define | DT_N_S_soc_S_spi_40004000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_REG_IDX_0_VAL_ADDRESS 1073758208 /* 0x40004000 */ |
| |
| #define | DT_N_S_soc_S_spi_40004000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_spi_40004000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_spi_40004000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_spi_40004000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_irq 4 |
| |
| #define | DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_COMPAT_MATCHES_nordic_nrf_spi 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_miso_pull_up 0 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_miso_pull_up_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_miso_pull_down 0 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_miso_pull_down_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_reg {1073758208 /* 0x40004000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_reg_IDX_0 1073758208 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_interrupts {4 /* 0x4 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_0 4 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_sck_pin 31 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_sck_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_mosi_pin 30 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_mosi_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_miso_pin 40 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_miso_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_label "SPI_1" |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_label_STRING_TOKEN SPI_1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_label_STRING_UPPER_TOKEN SPI_1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_compatible {"nordic,nrf-spi"} |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0 "nordic,nrf-spi" |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40004000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40004000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_spi_40004000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_PATH "/soc/spi@40023000" |
| |
| #define | DT_N_S_soc_S_spi_40023000_FULL_NAME "spi@40023000" |
| |
| #define | DT_N_S_soc_S_spi_40023000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_spi_40023000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_spi_40023000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40023000_ORD 54 |
| |
| #define | DT_N_S_soc_S_spi_40023000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_spi_40023000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_spi_40023000_EXISTS 1 |
| |
| #define | DT_N_INST_2_nordic_nrf_spi DT_N_S_soc_S_spi_40023000 |
| |
| #define | DT_N_NODELABEL_spi2 DT_N_S_soc_S_spi_40023000 |
| |
| #define | DT_N_S_soc_S_spi_40023000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_REG_IDX_0_VAL_ADDRESS 1073885184 /* 0x40023000 */ |
| |
| #define | DT_N_S_soc_S_spi_40023000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_spi_40023000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_spi_40023000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_spi_40023000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_irq 35 |
| |
| #define | DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_COMPAT_MATCHES_nordic_nrf_spi 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_STATUS_disabled 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_miso_pull_up 0 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_miso_pull_up_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_miso_pull_down 0 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_miso_pull_down_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_reg {1073885184 /* 0x40023000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_reg_IDX_0 1073885184 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_interrupts {35 /* 0x23 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_0 35 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_sck_pin 19 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_sck_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_mosi_pin 20 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_mosi_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_miso_pin 21 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_miso_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_label "SPI_2" |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_label_STRING_TOKEN SPI_2 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_label_STRING_UPPER_TOKEN SPI_2 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_status "disabled" |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_compatible {"nordic,nrf-spi"} |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0 "nordic,nrf-spi" |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_40023000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_40023000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_spi_40023000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_PATH "/soc/gpio@50000300" |
| |
| #define | DT_N_S_soc_S_gpio_50000300_FULL_NAME "gpio@50000300" |
| |
| #define | DT_N_S_soc_S_gpio_50000300_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_ORD 55 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_REQUIRES_ORDS 6, /* /soc */ |
| |
| #define | DT_N_S_soc_S_gpio_50000300_SUPPORTS_ORDS 56, /* /soc/spi@4002f000 */ |
| |
| #define | DT_N_S_soc_S_gpio_50000300_EXISTS 1 |
| |
| #define | DT_N_INST_1_nordic_nrf_gpio DT_N_S_soc_S_gpio_50000300 |
| |
| #define | DT_N_NODELABEL_gpio1 DT_N_S_soc_S_gpio_50000300 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_REG_NUM 2 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_REG_IDX_0_VAL_ADDRESS 1342178048 /* 0x50000300 */ |
| |
| #define | DT_N_S_soc_S_gpio_50000300_REG_IDX_0_VAL_SIZE 512 /* 0x200 */ |
| |
| #define | DT_N_S_soc_S_gpio_50000300_REG_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_REG_IDX_1_VAL_ADDRESS 1342179328 /* 0x50000800 */ |
| |
| #define | DT_N_S_soc_S_gpio_50000300_REG_IDX_1_VAL_SIZE 768 /* 0x300 */ |
| |
| #define | DT_N_S_soc_S_gpio_50000300_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_COMPAT_MATCHES_nordic_nrf_gpio 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg {1342178048 /* 0x50000300 */, 512 /* 0x200 */, 1342179328 /* 0x50000800 */, 768 /* 0x300 */} |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_IDX_0 1342178048 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_IDX_1 512 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_IDX_2 1342179328 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_IDX_2_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_IDX_3 768 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_IDX_3_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_label "GPIO_1" |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_label_STRING_TOKEN GPIO_1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_label_STRING_UPPER_TOKEN GPIO_1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_port 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_port_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_gpio_controller 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_gpio_controller_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_ngpios 16 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_ngpios_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_status "okay" |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_compatible {"nordic,nrf-gpio"} |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0 "nordic,nrf-gpio" |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_gpio_50000300, compatible, 0) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_gpio_50000300, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_gpio_50000300_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_PATH "/soc/spi@4002f000" |
| |
| #define | DT_N_S_soc_S_spi_4002f000_FULL_NAME "spi@4002f000" |
| |
| #define | DT_N_S_soc_S_spi_4002f000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_ORD 56 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_spi_4002f000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_spi_4002f000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_spim DT_N_S_soc_S_spi_4002f000 |
| |
| #define | DT_N_NODELABEL_spi3 DT_N_S_soc_S_spi_4002f000 |
| |
| #define | DT_N_NODELABEL_arduino_spi DT_N_S_soc_S_spi_4002f000 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_REG_IDX_0_VAL_ADDRESS 1073934336 /* 0x4002f000 */ |
| |
| #define | DT_N_S_soc_S_spi_4002f000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_spi_4002f000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_irq 47 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_COMPAT_MATCHES_nordic_nrf_spim 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_miso_pull_up 0 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_miso_pull_up_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_miso_pull_down 0 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_miso_pull_down_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_anomaly_58_workaround 0 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_anomaly_58_workaround_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_reg {1073934336 /* 0x4002f000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_reg_IDX_0 1073934336 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_interrupts {47 /* 0x2f */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_0 47 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_sck_pin 47 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_sck_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_mosi_pin 45 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_mosi_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_miso_pin 46 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_miso_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_label "SPI_3" |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_label_STRING_TOKEN SPI_3 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_label_STRING_UPPER_TOKEN SPI_3 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_PH DT_N_S_soc_S_gpio_50000300 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_pin 12 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_flags 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_cs_gpios_IDX_0_VAL_flags_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_cs_gpios_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_4002f000, cs_gpios, 0) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_cs_gpios_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_4002f000, cs_gpios, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_cs_gpios_LEN 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_cs_gpios_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_compatible {"nordic,nrf-spim"} |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0 "nordic,nrf-spim" |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_spi_4002f000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_spi_4002f000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_spi_4002f000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_PATH "/soc/temp@4000c000" |
| |
| #define | DT_N_S_soc_S_temp_4000c000_FULL_NAME "temp@4000c000" |
| |
| #define | DT_N_S_soc_S_temp_4000c000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_ORD 57 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_temp_4000c000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_temp_4000c000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_temp DT_N_S_soc_S_temp_4000c000 |
| |
| #define | DT_N_NODELABEL_temp DT_N_S_soc_S_temp_4000c000 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_REG_IDX_0_VAL_ADDRESS 1073790976 /* 0x4000c000 */ |
| |
| #define | DT_N_S_soc_S_temp_4000c000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_temp_4000c000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_irq 12 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_COMPAT_MATCHES_nordic_nrf_temp 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_reg {1073790976 /* 0x4000c000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_reg_IDX_0 1073790976 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_interrupts {12 /* 0xc */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_0 12 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_label "TEMP_0" |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_label_STRING_TOKEN TEMP_0 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_label_STRING_UPPER_TOKEN TEMP_0 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_compatible {"nordic,nrf-temp"} |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0 "nordic,nrf-temp" |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_temp_4000c000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_temp_4000c000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_temp_4000c000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_PATH "/soc/timer@40008000" |
| |
| #define | DT_N_S_soc_S_timer_40008000_FULL_NAME "timer@40008000" |
| |
| #define | DT_N_S_soc_S_timer_40008000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_timer_40008000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_timer_40008000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40008000_ORD 58 |
| |
| #define | DT_N_S_soc_S_timer_40008000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_timer_40008000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_timer_40008000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_timer DT_N_S_soc_S_timer_40008000 |
| |
| #define | DT_N_NODELABEL_timer0 DT_N_S_soc_S_timer_40008000 |
| |
| #define | DT_N_S_soc_S_timer_40008000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_REG_IDX_0_VAL_ADDRESS 1073774592 /* 0x40008000 */ |
| |
| #define | DT_N_S_soc_S_timer_40008000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_timer_40008000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_40008000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_timer_40008000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_irq 8 |
| |
| #define | DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_COMPAT_MATCHES_nordic_nrf_timer 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_reg {1073774592 /* 0x40008000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_reg_IDX_0 1073774592 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_cc_num 4 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_cc_num_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_interrupts {8 /* 0x8 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_0 8 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_label "TIMER_0" |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_label_STRING_TOKEN TIMER_0 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_label_STRING_UPPER_TOKEN TIMER_0 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_prescaler 0 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_prescaler_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_compatible {"nordic,nrf-timer"} |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0 "nordic,nrf-timer" |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_40008000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_40008000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_timer_40008000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_PATH "/soc/timer@40009000" |
| |
| #define | DT_N_S_soc_S_timer_40009000_FULL_NAME "timer@40009000" |
| |
| #define | DT_N_S_soc_S_timer_40009000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_timer_40009000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_timer_40009000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40009000_ORD 59 |
| |
| #define | DT_N_S_soc_S_timer_40009000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_timer_40009000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_timer_40009000_EXISTS 1 |
| |
| #define | DT_N_INST_1_nordic_nrf_timer DT_N_S_soc_S_timer_40009000 |
| |
| #define | DT_N_NODELABEL_timer1 DT_N_S_soc_S_timer_40009000 |
| |
| #define | DT_N_S_soc_S_timer_40009000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_REG_IDX_0_VAL_ADDRESS 1073778688 /* 0x40009000 */ |
| |
| #define | DT_N_S_soc_S_timer_40009000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_timer_40009000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_40009000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_timer_40009000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_irq 9 |
| |
| #define | DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_COMPAT_MATCHES_nordic_nrf_timer 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_reg {1073778688 /* 0x40009000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_reg_IDX_0 1073778688 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_cc_num 4 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_cc_num_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_interrupts {9 /* 0x9 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_0 9 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_label "TIMER_1" |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_label_STRING_TOKEN TIMER_1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_label_STRING_UPPER_TOKEN TIMER_1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_prescaler 0 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_prescaler_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_compatible {"nordic,nrf-timer"} |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0 "nordic,nrf-timer" |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_40009000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_40009000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_timer_40009000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_PATH "/soc/timer@4001a000" |
| |
| #define | DT_N_S_soc_S_timer_4001a000_FULL_NAME "timer@4001a000" |
| |
| #define | DT_N_S_soc_S_timer_4001a000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_ORD 60 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_timer_4001a000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_timer_4001a000_EXISTS 1 |
| |
| #define | DT_N_INST_3_nordic_nrf_timer DT_N_S_soc_S_timer_4001a000 |
| |
| #define | DT_N_NODELABEL_timer3 DT_N_S_soc_S_timer_4001a000 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_REG_IDX_0_VAL_ADDRESS 1073848320 /* 0x4001a000 */ |
| |
| #define | DT_N_S_soc_S_timer_4001a000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_timer_4001a000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_irq 26 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_COMPAT_MATCHES_nordic_nrf_timer 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_reg {1073848320 /* 0x4001a000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_reg_IDX_0 1073848320 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_cc_num 6 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_cc_num_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_interrupts {26 /* 0x1a */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_0 26 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_label "TIMER_3" |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_label_STRING_TOKEN TIMER_3 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_label_STRING_UPPER_TOKEN TIMER_3 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_prescaler 0 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_prescaler_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_compatible {"nordic,nrf-timer"} |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0 "nordic,nrf-timer" |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_4001a000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_4001a000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_timer_4001a000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_PATH "/soc/timer@4001b000" |
| |
| #define | DT_N_S_soc_S_timer_4001b000_FULL_NAME "timer@4001b000" |
| |
| #define | DT_N_S_soc_S_timer_4001b000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_ORD 61 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_timer_4001b000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_timer_4001b000_EXISTS 1 |
| |
| #define | DT_N_INST_4_nordic_nrf_timer DT_N_S_soc_S_timer_4001b000 |
| |
| #define | DT_N_NODELABEL_timer4 DT_N_S_soc_S_timer_4001b000 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_REG_IDX_0_VAL_ADDRESS 1073852416 /* 0x4001b000 */ |
| |
| #define | DT_N_S_soc_S_timer_4001b000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_timer_4001b000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_irq 27 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_COMPAT_MATCHES_nordic_nrf_timer 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_reg {1073852416 /* 0x4001b000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_reg_IDX_0 1073852416 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_cc_num 6 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_cc_num_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_interrupts {27 /* 0x1b */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_0 27 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_label "TIMER_4" |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_label_STRING_TOKEN TIMER_4 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_label_STRING_UPPER_TOKEN TIMER_4 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_prescaler 0 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_prescaler_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_compatible {"nordic,nrf-timer"} |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0 "nordic,nrf-timer" |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_4001b000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_4001b000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_timer_4001b000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_PATH "/soc/timer@e000e010" |
| |
| #define | DT_N_S_soc_S_timer_e000e010_FULL_NAME "timer@e000e010" |
| |
| #define | DT_N_S_soc_S_timer_e000e010_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_ORD 62 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_REQUIRES_ORDS 6, /* /soc */ |
| |
| #define | DT_N_S_soc_S_timer_e000e010_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_timer_e000e010_EXISTS 1 |
| |
| #define | DT_N_INST_0_arm_armv7m_systick DT_N_S_soc_S_timer_e000e010 |
| |
| #define | DT_N_NODELABEL_systick DT_N_S_soc_S_timer_e000e010 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_REG_IDX_0_VAL_ADDRESS 3758153744 /* 0xe000e010 */ |
| |
| #define | DT_N_S_soc_S_timer_e000e010_REG_IDX_0_VAL_SIZE 16 /* 0x10 */ |
| |
| #define | DT_N_S_soc_S_timer_e000e010_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_COMPAT_MATCHES_arm_armv7m_systick 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_STATUS_disabled 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_compatible {"arm,armv7m-systick"} |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0 "arm,armv7m-systick" |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_timer_e000e010, compatible, 0) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_timer_e000e010, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_reg {3758153744 /* 0xe000e010 */, 16 /* 0x10 */} |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_reg_IDX_0 3758153744 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_reg_IDX_1 16 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_status "disabled" |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_status_STRING_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_status_STRING_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_status_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_status_ENUM_TOKEN disabled |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_status_ENUM_UPPER_TOKEN DISABLED |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_timer_e000e010_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_PATH "/soc/uart@40002000" |
| |
| #define | DT_N_S_soc_S_uart_40002000_FULL_NAME "uart@40002000" |
| |
| #define | DT_N_S_soc_S_uart_40002000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_uart_40002000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_uart_40002000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40002000_ORD 63 |
| |
| #define | DT_N_S_soc_S_uart_40002000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_uart_40002000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_uart_40002000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_uarte DT_N_S_soc_S_uart_40002000 |
| |
| #define | DT_N_NODELABEL_uart0 DT_N_S_soc_S_uart_40002000 |
| |
| #define | DT_N_S_soc_S_uart_40002000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_REG_IDX_0_VAL_ADDRESS 1073750016 /* 0x40002000 */ |
| |
| #define | DT_N_S_soc_S_uart_40002000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_uart_40002000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_uart_40002000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_uart_40002000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_irq 2 |
| |
| #define | DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_COMPAT_MATCHES_nordic_nrf_uarte 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_reg {1073750016 /* 0x40002000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_reg_IDX_0 1073750016 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_interrupts {2 /* 0x2 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_0 2 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_disable_rx 0 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_disable_rx_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_current_speed 115200 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_current_speed_ENUM_IDX 12 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_current_speed_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_tx_pin 6 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_tx_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_rx_pin 8 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_rx_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_rts_pin 5 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_rts_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_cts_pin 7 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_cts_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_rx_pull_up 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_rx_pull_up_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_cts_pull_up 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_cts_pull_up_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_label "UART_0" |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_label_STRING_TOKEN UART_0 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_label_STRING_UPPER_TOKEN UART_0 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_hw_flow_control 0 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_hw_flow_control_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_compatible {"nordic,nrf-uarte"} |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0 "nordic,nrf-uarte" |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uart_40002000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uart_40002000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_uart_40002000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_PATH "/soc/uart@40028000" |
| |
| #define | DT_N_S_soc_S_uart_40028000_FULL_NAME "uart@40028000" |
| |
| #define | DT_N_S_soc_S_uart_40028000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_uart_40028000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_uart_40028000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40028000_ORD 64 |
| |
| #define | DT_N_S_soc_S_uart_40028000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_uart_40028000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_uart_40028000_EXISTS 1 |
| |
| #define | DT_N_INST_1_nordic_nrf_uarte DT_N_S_soc_S_uart_40028000 |
| |
| #define | DT_N_NODELABEL_uart1 DT_N_S_soc_S_uart_40028000 |
| |
| #define | DT_N_NODELABEL_arduino_serial DT_N_S_soc_S_uart_40028000 |
| |
| #define | DT_N_S_soc_S_uart_40028000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_REG_IDX_0_VAL_ADDRESS 1073905664 /* 0x40028000 */ |
| |
| #define | DT_N_S_soc_S_uart_40028000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_uart_40028000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_uart_40028000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_uart_40028000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_irq 40 |
| |
| #define | DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_COMPAT_MATCHES_nordic_nrf_uarte 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_reg {1073905664 /* 0x40028000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_reg_IDX_0 1073905664 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_interrupts {40 /* 0x28 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_0 40 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_disable_rx 0 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_disable_rx_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_current_speed 115200 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_current_speed_ENUM_IDX 12 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_current_speed_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_tx_pin 34 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_tx_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_rx_pin 33 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_rx_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_rx_pull_up 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_rx_pull_up_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_cts_pull_up 0 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_cts_pull_up_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_label "UART_1" |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_label_STRING_TOKEN UART_1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_label_STRING_UPPER_TOKEN UART_1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_hw_flow_control 0 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_hw_flow_control_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_compatible {"nordic,nrf-uarte"} |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0 "nordic,nrf-uarte" |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uart_40028000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uart_40028000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_uart_40028000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_PATH "/soc/uicr@10001000" |
| |
| #define | DT_N_S_soc_S_uicr_10001000_FULL_NAME "uicr@10001000" |
| |
| #define | DT_N_S_soc_S_uicr_10001000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_ORD 65 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_REQUIRES_ORDS 6, /* /soc */ |
| |
| #define | DT_N_S_soc_S_uicr_10001000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_uicr_10001000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_uicr DT_N_S_soc_S_uicr_10001000 |
| |
| #define | DT_N_NODELABEL_uicr DT_N_S_soc_S_uicr_10001000 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_REG_IDX_0_VAL_ADDRESS 268439552 /* 0x10001000 */ |
| |
| #define | DT_N_S_soc_S_uicr_10001000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_uicr_10001000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_COMPAT_MATCHES_nordic_nrf_uicr 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_reg {268439552 /* 0x10001000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_reg_IDX_0 268439552 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_compatible {"nordic,nrf-uicr"} |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0 "nordic,nrf-uicr" |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_uicr_10001000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_uicr_10001000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_uicr_10001000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_PATH "/soc/usbd@40027000" |
| |
| #define | DT_N_S_soc_S_usbd_40027000_FULL_NAME "usbd@40027000" |
| |
| #define | DT_N_S_soc_S_usbd_40027000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_ORD 66 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_usbd_40027000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_usbd_40027000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_usbd DT_N_S_soc_S_usbd_40027000 |
| |
| #define | DT_N_NODELABEL_usbd DT_N_S_soc_S_usbd_40027000 |
| |
| #define | DT_N_NODELABEL_zephyr_udc0 DT_N_S_soc_S_usbd_40027000 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_REG_IDX_0_VAL_ADDRESS 1073901568 /* 0x40027000 */ |
| |
| #define | DT_N_S_soc_S_usbd_40027000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_usbd_40027000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_irq 39 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_COMPAT_MATCHES_nordic_nrf_usbd 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_reg {1073901568 /* 0x40027000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_reg_IDX_0 1073901568 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_interrupts {39 /* 0x27 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_0 39 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_num_isoin_endpoints 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_num_isoin_endpoints_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_num_isoout_endpoints 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_num_isoout_endpoints_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_num_bidir_endpoints 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_num_bidir_endpoints_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_num_in_endpoints 7 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_num_in_endpoints_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_num_out_endpoints 7 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_num_out_endpoints_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_label "USBD" |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_label_STRING_TOKEN USBD |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_label_STRING_UPPER_TOKEN USBD |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_compatible {"nordic,nrf-usbd"} |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0 "nordic,nrf-usbd" |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_usbd_40027000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_usbd_40027000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_usbd_40027000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_PATH "/soc/watchdog@40010000" |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_FULL_NAME "watchdog@40010000" |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_ORD 67 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_watchdog DT_N_S_soc_S_watchdog_40010000 |
| |
| #define | DT_N_NODELABEL_wdt DT_N_S_soc_S_watchdog_40010000 |
| |
| #define | DT_N_NODELABEL_wdt0 DT_N_S_soc_S_watchdog_40010000 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_VAL_ADDRESS 1073807360 /* 0x40010000 */ |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_irq 16 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_COMPAT_MATCHES_nordic_nrf_watchdog 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_reg {1073807360 /* 0x40010000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_0 1073807360 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_label "WDT" |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_label_STRING_TOKEN WDT |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_label_STRING_UPPER_TOKEN WDT |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_interrupts {16 /* 0x10 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_0 16 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_compatible {"nordic,nrf-watchdog"} |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0 "nordic,nrf-watchdog" |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_watchdog_40010000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_watchdog_40010000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_watchdog_40010000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_PATH "/soc/crypto@5002a000" |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_FULL_NAME "crypto@5002a000" |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_ORD 68 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_REQUIRES_ORDS 6, /* /soc */ |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_SUPPORTS_ORDS 69, /* /soc/crypto@5002a000/crypto@5002b000 */ |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_cc310 DT_N_S_soc_S_crypto_5002a000 |
| |
| #define | DT_N_NODELABEL_cryptocell DT_N_S_soc_S_crypto_5002a000 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_VAL_ADDRESS 1342349312 /* 0x5002a000 */ |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_COMPAT_MATCHES_nordic_nrf_cc310 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_reg {1342349312 /* 0x5002a000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_0 1342349312 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_label "CRYPTOCELL" |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_label_STRING_TOKEN CRYPTOCELL |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_label_STRING_UPPER_TOKEN CRYPTOCELL |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_compatible {"nordic,nrf-cc310"} |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_compatible_IDX_0 "nordic,nrf-cc310" |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_crypto_5002a000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_crypto_5002a000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PATH "/soc/crypto@5002a000/crypto@5002b000" |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FULL_NAME "crypto@5002b000" |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PARENT DT_N_S_soc_S_crypto_5002a000 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_ORD 69 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_EXISTS 1 |
| |
| #define | DT_N_INST_0_arm_cryptocell_310 DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000 |
| |
| #define | DT_N_NODELABEL_cryptocell310 DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_VAL_ADDRESS 1342353408 /* 0x5002b000 */ |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_irq 42 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_COMPAT_MATCHES_arm_cryptocell_310 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg {1342353408 /* 0x5002b000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_0 1342353408 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label "CRYPTOCELL310" |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_STRING_TOKEN CRYPTOCELL310 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_STRING_UPPER_TOKEN CRYPTOCELL310 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts {42 /* 0x2a */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_0 42 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible {"arm,cryptocell-310"} |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_IDX_0 "arm,cryptocell-310" |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_PATH "/soc/flash-controller@4001e000" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_FULL_NAME "flash-controller@4001e000" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_ORD 70 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_REQUIRES_ORDS 6, /* /soc */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_SUPPORTS_ORDS 71, /* /soc/flash-controller@4001e000/flash@0 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf52_flash_controller DT_N_S_soc_S_flash_controller_4001e000 |
| |
| #define | DT_N_NODELABEL_flash_controller DT_N_S_soc_S_flash_controller_4001e000 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_VAL_ADDRESS 1073864704 /* 0x4001e000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_COMPAT_MATCHES_nordic_nrf52_flash_controller 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_label "NRF_FLASH_DRV_NAME" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_label_STRING_TOKEN NRF_FLASH_DRV_NAME |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_label_STRING_UPPER_TOKEN NRF_FLASH_DRV_NAME |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_reg {1073864704 /* 0x4001e000 */, 4096 /* 0x1000 */} |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_0 1073864704 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_compatible {"nordic,nrf52-flash-controller"} |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0 "nordic,nrf52-flash-controller" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_flash_controller_4001e000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PATH "/soc/flash-controller@4001e000/flash@0" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FULL_NAME "flash@0" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PARENT DT_N_S_soc_S_flash_controller_4001e000 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_ORD 71 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REQUIRES_ORDS 70, /* /soc/flash-controller@4001e000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_SUPPORTS_ORDS 72, /* /soc/flash-controller@4001e000/flash@0/partitions */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_EXISTS 1 |
| |
| #define | DT_N_INST_0_soc_nv_flash DT_N_S_soc_S_flash_controller_4001e000_S_flash_0 |
| |
| #define | DT_N_NODELABEL_flash0 DT_N_S_soc_S_flash_controller_4001e000_S_flash_0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_VAL_ADDRESS 0 /* 0x0 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_REG_IDX_0_VAL_SIZE 1048576 /* 0x100000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_COMPAT_MATCHES_soc_nv_flash 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label "NRF_FLASH" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_STRING_TOKEN NRF_FLASH |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_STRING_UPPER_TOKEN NRF_FLASH |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_erase_block_size 4096 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_erase_block_size_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_write_block_size 4 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_write_block_size_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible {"soc-nv-flash"} |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0 "soc-nv-flash" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, compatible, 0) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg {0 /* 0x0 */, 1048576 /* 0x100000 */} |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_0 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_1 1048576 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PATH "/soc/flash-controller@4001e000/flash@0/partitions" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FULL_NAME "partitions" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000, __VA_ARGS__) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_ORD 72 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_REQUIRES_ORDS 71, /* /soc/flash-controller@4001e000/flash@0 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_SUPPORTS_ORDS |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_EXISTS 1 |
| |
| #define | DT_N_INST_0_fixed_partitions DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_REG_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_COMPAT_MATCHES_fixed_partitions 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PATH "/soc/flash-controller@4001e000/flash@0/partitions/partition@0" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FULL_NAME "partition@0" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_ORD 73 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REQUIRES_ORDS 72, /* /soc/flash-controller@4001e000/flash@0/partitions */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_EXISTS 1 |
| |
| #define | DT_N_NODELABEL_boot_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_VAL_ADDRESS 0 /* 0x0 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_REG_IDX_0_VAL_SIZE 49152 /* 0xc000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_PARTITION_ID 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label "mcuboot" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_TOKEN mcuboot |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_STRING_UPPER_TOKEN MCUBOOT |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_read_only 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_read_only_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg {0 /* 0x0 */, 49152 /* 0xc000 */} |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_0 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_1 49152 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PATH "/soc/flash-controller@4001e000/flash@0/partitions/partition@c000" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FULL_NAME "partition@c000" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_ORD 74 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REQUIRES_ORDS 72, /* /soc/flash-controller@4001e000/flash@0/partitions */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_EXISTS 1 |
| |
| #define | DT_N_NODELABEL_slot0_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_VAL_ADDRESS 49152 /* 0xc000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_REG_IDX_0_VAL_SIZE 421888 /* 0x67000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_PARTITION_ID 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label "image-0" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_TOKEN image_0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_STRING_UPPER_TOKEN IMAGE_0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_read_only 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_read_only_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg {49152 /* 0xc000 */, 421888 /* 0x67000 */} |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_0 49152 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_1 421888 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PATH "/soc/flash-controller@4001e000/flash@0/partitions/partition@73000" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FULL_NAME "partition@73000" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_ORD 75 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REQUIRES_ORDS 72, /* /soc/flash-controller@4001e000/flash@0/partitions */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_EXISTS 1 |
| |
| #define | DT_N_NODELABEL_slot1_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_VAL_ADDRESS 471040 /* 0x73000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_REG_IDX_0_VAL_SIZE 421888 /* 0x67000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_PARTITION_ID 2 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label "image-1" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_STRING_TOKEN image_1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_STRING_UPPER_TOKEN IMAGE_1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_read_only 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_read_only_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg {471040 /* 0x73000 */, 421888 /* 0x67000 */} |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_0 471040 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_1 421888 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PATH "/soc/flash-controller@4001e000/flash@0/partitions/partition@da000" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FULL_NAME "partition@da000" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_ORD 76 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REQUIRES_ORDS 72, /* /soc/flash-controller@4001e000/flash@0/partitions */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_EXISTS 1 |
| |
| #define | DT_N_NODELABEL_scratch_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_VAL_ADDRESS 892928 /* 0xda000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_REG_IDX_0_VAL_SIZE 122880 /* 0x1e000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_PARTITION_ID 3 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label "image-scratch" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_STRING_TOKEN image_scratch |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_STRING_UPPER_TOKEN IMAGE_SCRATCH |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_read_only 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_read_only_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg {892928 /* 0xda000 */, 122880 /* 0x1e000 */} |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_0 892928 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_1 122880 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PATH "/soc/flash-controller@4001e000/flash@0/partitions/partition@f8000" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FULL_NAME "partition@f8000" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PARENT DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_ORD 77 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REQUIRES_ORDS 72, /* /soc/flash-controller@4001e000/flash@0/partitions */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_EXISTS 1 |
| |
| #define | DT_N_NODELABEL_storage_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_VAL_ADDRESS 1015808 /* 0xf8000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_REG_IDX_0_VAL_SIZE 32768 /* 0x8000 */ |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_PARTITION_ID 4 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label "storage" |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_STRING_TOKEN storage |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_STRING_UPPER_TOKEN STORAGE |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_read_only 0 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_read_only_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg {1015808 /* 0xf8000 */, 32768 /* 0x8000 */} |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_0 1015808 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_1 32768 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_PATH "/soc/qspi@40029000" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_FULL_NAME "qspi@40029000" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_PARENT DT_N_S_soc |
| |
| #define | DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD(fn) fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_VARGS(fn, ...) fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_STATUS_OKAY(fn) fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_ORD 78 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REQUIRES_ORDS |
| |
| #define | DT_N_S_soc_S_qspi_40029000_SUPPORTS_ORDS 79, /* /soc/qspi@40029000/mx25r6435f@0 */ |
| |
| #define | DT_N_S_soc_S_qspi_40029000_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_nrf_qspi DT_N_S_soc_S_qspi_40029000 |
| |
| #define | DT_N_NODELABEL_qspi DT_N_S_soc_S_qspi_40029000 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_NUM 2 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_ADDRESS 1073909760 /* 0x40029000 */ |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_ADDRESS 301989888 /* 0x12000000 */ |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_SIZE 134217728 /* 0x8000000 */ |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_VAL_ADDRESS DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_ADDRESS |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_VAL_SIZE DT_N_S_soc_S_qspi_40029000_REG_IDX_0_VAL_SIZE |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_mm_VAL_ADDRESS DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_ADDRESS |
| |
| #define | DT_N_S_soc_S_qspi_40029000_REG_NAME_qspi_mm_VAL_SIZE DT_N_S_soc_S_qspi_40029000_REG_IDX_1_VAL_SIZE |
| |
| #define | DT_N_S_soc_S_qspi_40029000_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_IRQ_NUM 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_irq 41 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_irq_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_priority 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_IRQ_IDX_0_VAL_priority_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_COMPAT_MATCHES_nordic_nrf_qspi 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_interrupts {41 /* 0x29 */, 1 /* 0x1 */} |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_0 41 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_1 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_interrupts_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_interrupts_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_interrupts_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_interrupts_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_sck_pin 19 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_sck_pin_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins {20 /* 0x14 */, 21 /* 0x15 */, 22 /* 0x16 */, 23 /* 0x17 */} |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_0 20 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_1 21 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_2 22 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_2_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_3 23 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_IDX_3_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_LEN 4 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_io_pins_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_csn_pins {17 /* 0x11 */} |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_csn_pins_IDX_0 17 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_csn_pins_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_csn_pins_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_qspi_40029000, csn_pins, 0) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_csn_pins_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_qspi_40029000, csn_pins, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_csn_pins_LEN 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_csn_pins_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_label "QSPI" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_label_STRING_TOKEN QSPI |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_label_STRING_UPPER_TOKEN QSPI |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg {1073909760 /* 0x40029000 */, 4096 /* 0x1000 */, 301989888 /* 0x12000000 */, 134217728 /* 0x8000000 */} |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_IDX_0 1073909760 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_IDX_1 4096 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_IDX_2 301989888 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_IDX_2_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_IDX_3 134217728 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_IDX_3_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_status "okay" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_status_STRING_TOKEN okay |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_status_STRING_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_status_ENUM_IDX 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_status_ENUM_TOKEN okay |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_status_ENUM_UPPER_TOKEN OKAY |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_status_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_status_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_status_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_compatible {"nordic,nrf-qspi"} |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_compatible_IDX_0 "nordic,nrf-qspi" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_qspi_40029000, compatible, 0) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_qspi_40029000, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_names {"qspi", "qspi_mm"} |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_0 "qspi" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_1 "qspi_mm" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_names_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_names_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_names_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_names_LEN 2 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_reg_names_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PATH "/soc/qspi@40029000/mx25r6435f@0" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FULL_NAME "mx25r6435f@0" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PARENT DT_N_S_soc_S_qspi_40029000 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_STATUS_OKAY(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_CHILD_STATUS_OKAY_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_ORD 79 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REQUIRES_ORDS 78, /* /soc/qspi@40029000 */ |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_SUPPORTS_ORDS /* nothing */ |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_EXISTS 1 |
| |
| #define | DT_N_INST_0_nordic_qspi_nor DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0 |
| |
| #define | DT_N_NODELABEL_mx25r64 DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_BUS_qspi 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_BUS DT_N_S_soc_S_qspi_40029000 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_NUM 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_REG_IDX_0_VAL_ADDRESS 0 /* 0x0 */ |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_RANGES_NUM 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_FOREACH_RANGE(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_IRQ_NUM 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_COMPAT_MATCHES_nordic_qspi_nor 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_STATUS_okay 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_PINCTRL_NUM 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg {0 /* 0x0 */} |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_IDX_0 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, reg, 0) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, reg, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_reg_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label "MX25R64" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_STRING_TOKEN MX25R64 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_STRING_UPPER_TOKEN MX25R64 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_label_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id {194 /* 0xc2 */, 40 /* 0x28 */, 23 /* 0x17 */} |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_0 194 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_1 40 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_2 23 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_IDX_2_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_LEN 3 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_jedec_id_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_size 67108864 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_size_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements "S1B6" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_STRING_TOKEN S1B6 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_STRING_UPPER_TOKEN S1B6 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_IDX 2 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_TOKEN S1B6 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_ENUM_UPPER_TOKEN S1B6 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_quad_enable_requirements_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc "read4io" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_STRING_TOKEN read4io |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_STRING_UPPER_TOKEN READ4IO |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_IDX 4 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_TOKEN read4io |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_ENUM_UPPER_TOKEN READ4IO |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_readoc_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc "pp4io" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_STRING_TOKEN pp4io |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_STRING_UPPER_TOKEN PP4IO |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_IDX 3 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_TOKEN pp4io |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_ENUM_UPPER_TOKEN PP4IO |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_writeoc_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_address_size_32 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_address_size_32_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_ppsize_512 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_ppsize_512_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_delay 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_delay_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpha 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpha_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpol 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_cpol_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_frequency 8000000 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sck_frequency_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible {"nordic,qspi-nor"} |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_IDX_0 "nordic,qspi-nor" |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_FOREACH_PROP_ELEM(fn) fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, compatible, 0) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_FOREACH_PROP_ELEM_VARGS(fn, ...) fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, compatible, 0, __VA_ARGS__) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_LEN 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_compatible_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_wakeup_source 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_wakeup_source_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_requires_ulbpr 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_requires_ulbpr_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_has_dpd 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_has_dpd_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_enter_dpd 10000 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_enter_dpd_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_exit_dpd 35000 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_t_exit_dpd_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp {229 /* 0xe5 */, 32 /* 0x20 */, 241 /* 0xf1 */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 3 /* 0x3 */, 68 /* 0x44 */, 235 /* 0xeb */, 8 /* 0x8 */, 107 /* 0x6b */, 8 /* 0x8 */, 59 /* 0x3b */, 4 /* 0x4 */, 187 /* 0xbb */, 238 /* 0xee */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 0 /* 0x0 */, 255 /* 0xff */, 255 /* 0xff */, 255 /* 0xff */, 0 /* 0x0 */, 255 /* 0xff */, 12 /* 0xc */, 32 /* 0x20 */, 15 /* 0xf */, 82 /* 0x52 */, 16 /* 0x10 */, 216 /* 0xd8 */, 0 /* 0x0 */, 255 /* 0xff */, 35 /* 0x23 */, 114 /* 0x72 */, 245 /* 0xf5 */, 0 /* 0x0 */, 130 /* 0x82 */, 237 /* 0xed */, 4 /* 0x4 */, 204 /* 0xcc */, 68 /* 0x44 */, 131 /* 0x83 */, 104 /* 0x68 */, 68 /* 0x44 */, 48 /* 0x30 */, 176 /* 0xb0 */, 48 /* 0x30 */, 176 /* 0xb0 */, 247 /* 0xf7 */, 196 /* 0xc4 */, 213 /* 0xd5 */, 92 /* 0x5c */, 0 /* 0x0 */, 190 /* 0xbe */, 41 /* 0x29 */, 255 /* 0xff */, 240 /* 0xf0 */, 208 /* 0xd0 */, 255 /* 0xff */, 255 /* 0xff */} |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_0 229 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_0_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_1 32 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_1_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_2 241 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_2_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_3 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_3_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_4 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_4_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_5 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_5_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_6 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_6_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_7 3 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_7_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_8 68 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_8_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_9 235 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_9_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_10 8 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_10_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_11 107 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_11_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_12 8 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_12_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_13 59 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_13_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_14 4 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_14_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_15 187 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_15_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_16 238 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_16_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_17 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_17_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_18 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_18_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_19 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_19_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_20 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_20_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_21 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_21_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_22 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_22_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_23 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_23_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_24 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_24_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_25 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_25_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_26 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_26_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_27 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_27_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_28 12 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_28_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_29 32 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_29_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_30 15 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_30_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_31 82 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_31_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_32 16 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_32_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_33 216 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_33_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_34 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_34_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_35 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_35_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_36 35 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_36_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_37 114 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_37_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_38 245 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_38_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_39 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_39_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_40 130 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_40_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_41 237 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_41_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_42 4 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_42_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_43 204 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_43_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_44 68 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_44_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_45 131 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_45_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_46 104 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_46_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_47 68 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_47_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_48 48 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_48_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_49 176 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_49_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_50 48 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_50_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_51 176 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_51_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_52 247 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_52_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_53 196 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_53_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_54 213 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_54_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_55 92 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_55_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_56 0 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_56_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_57 190 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_57_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_58 41 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_58_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_59 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_59_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_60 240 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_60_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_61 208 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_61_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_62 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_62_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_63 255 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_IDX_63_EXISTS 1 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_FOREACH_PROP_ELEM(fn) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_FOREACH_PROP_ELEM_VARGS(fn, ...) |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_LEN 64 |
| |
| #define | DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0_P_sfdp_bfp_EXISTS 1 |
| |
| #define | DT_CHOSEN_zephyr_entropy DT_N_S_soc_S_crypto_5002a000 |
| |
| #define | DT_CHOSEN_zephyr_entropy_EXISTS 1 |
| |
| #define | DT_CHOSEN_zephyr_flash_controller DT_N_S_soc_S_flash_controller_4001e000 |
| |
| #define | DT_CHOSEN_zephyr_flash_controller_EXISTS 1 |
| |
| #define | DT_CHOSEN_zephyr_console DT_N_S_soc_S_uart_40002000 |
| |
| #define | DT_CHOSEN_zephyr_console_EXISTS 1 |
| |
| #define | DT_CHOSEN_zephyr_shell_uart DT_N_S_soc_S_uart_40002000 |
| |
| #define | DT_CHOSEN_zephyr_shell_uart_EXISTS 1 |
| |
| #define | DT_CHOSEN_zephyr_uart_mcumgr DT_N_S_soc_S_uart_40002000 |
| |
| #define | DT_CHOSEN_zephyr_uart_mcumgr_EXISTS 1 |
| |
| #define | DT_CHOSEN_zephyr_bt_mon_uart DT_N_S_soc_S_uart_40002000 |
| |
| #define | DT_CHOSEN_zephyr_bt_mon_uart_EXISTS 1 |
| |
| #define | DT_CHOSEN_zephyr_bt_c2h_uart DT_N_S_soc_S_uart_40002000 |
| |
| #define | DT_CHOSEN_zephyr_bt_c2h_uart_EXISTS 1 |
| |
| #define | DT_CHOSEN_zephyr_sram DT_N_S_soc_S_memory_20000000 |
| |
| #define | DT_CHOSEN_zephyr_sram_EXISTS 1 |
| |
| #define | DT_CHOSEN_zephyr_flash DT_N_S_soc_S_flash_controller_4001e000_S_flash_0 |
| |
| #define | DT_CHOSEN_zephyr_flash_EXISTS 1 |
| |
| #define | DT_CHOSEN_zephyr_code_partition DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000 |
| |
| #define | DT_CHOSEN_zephyr_code_partition_EXISTS 1 |
| |
| #define | DT_COMPAT_fixed_partitions_LABEL_mcuboot DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_0 |
| |
| #define | DT_COMPAT_fixed_partitions_LABEL_mcuboot_EXISTS 1 |
| |
| #define | DT_COMPAT_fixed_partitions_LABEL_image_0 DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_c000 |
| |
| #define | DT_COMPAT_fixed_partitions_LABEL_image_0_EXISTS 1 |
| |
| #define | DT_COMPAT_fixed_partitions_LABEL_image_1 DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_73000 |
| |
| #define | DT_COMPAT_fixed_partitions_LABEL_image_1_EXISTS 1 |
| |
| #define | DT_COMPAT_fixed_partitions_LABEL_image_scratch DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_da000 |
| |
| #define | DT_COMPAT_fixed_partitions_LABEL_image_scratch_EXISTS 1 |
| |
| #define | DT_COMPAT_fixed_partitions_LABEL_storage DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions_S_partition_f8000 |
| |
| #define | DT_COMPAT_fixed_partitions_LABEL_storage_EXISTS 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf52840_dk_nrf52840 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf52840_qiaa 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf52840 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf52 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_simple_bus 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_arm_v7m_nvic 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_ficr 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_uicr 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_mmio_sram 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_clock 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_radio 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_uarte 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_twi 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_spi 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_gpiote 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_saadc 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_timer 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_rtc 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_temp 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_rng 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_ecb 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_watchdog 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_egu 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_pwm 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf52_flash_controller 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_soc_nv_flash 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_fixed_partitions 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_usbd 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_qspi 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_qspi_nor 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_spim 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_gpio 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_cc310 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_arm_cryptocell_310 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_nordic_nrf_pinctrl 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_arm_cortex_m4f 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_gpio_leds 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_pwm_leds 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_gpio_keys 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_arduino_header_r3 1 |
| |
| #define | DT_COMPAT_HAS_OKAY_arduino_uno_adc 1 |
| |
| #define | DT_N_INST_nordic_nrf52840_dk_nrf52840_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf52840_qiaa_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf52840_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf52_NUM_OKAY 1 |
| |
| #define | DT_N_INST_simple_bus_NUM_OKAY 1 |
| |
| #define | DT_N_INST_arm_v7m_nvic_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_ficr_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_uicr_NUM_OKAY 1 |
| |
| #define | DT_N_INST_mmio_sram_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_clock_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_radio_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_uarte_NUM_OKAY 2 |
| |
| #define | DT_N_INST_nordic_nrf_twi_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_spi_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_gpiote_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_saadc_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_timer_NUM_OKAY 5 |
| |
| #define | DT_N_INST_nordic_nrf_rtc_NUM_OKAY 3 |
| |
| #define | DT_N_INST_nordic_nrf_temp_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_rng_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_ecb_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_watchdog_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_egu_NUM_OKAY 6 |
| |
| #define | DT_N_INST_nordic_nrf_pwm_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf52_flash_controller_NUM_OKAY 1 |
| |
| #define | DT_N_INST_soc_nv_flash_NUM_OKAY 1 |
| |
| #define | DT_N_INST_fixed_partitions_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_usbd_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_qspi_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_qspi_nor_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_spim_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_gpio_NUM_OKAY 2 |
| |
| #define | DT_N_INST_nordic_nrf_cc310_NUM_OKAY 1 |
| |
| #define | DT_N_INST_arm_cryptocell_310_NUM_OKAY 1 |
| |
| #define | DT_N_INST_nordic_nrf_pinctrl_NUM_OKAY 1 |
| |
| #define | DT_N_INST_arm_cortex_m4f_NUM_OKAY 1 |
| |
| #define | DT_N_INST_gpio_leds_NUM_OKAY 1 |
| |
| #define | DT_N_INST_pwm_leds_NUM_OKAY 1 |
| |
| #define | DT_N_INST_gpio_keys_NUM_OKAY 1 |
| |
| #define | DT_N_INST_arduino_header_r3_NUM_OKAY 1 |
| |
| #define | DT_N_INST_arduino_uno_adc_NUM_OKAY 1 |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf52840_dk_nrf52840(fn) fn(DT_N) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf52840_dk_nrf52840(fn, ...) fn(DT_N, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf52840_dk_nrf52840(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840_dk_nrf52840(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf52840_qiaa(fn) fn(DT_N_S_soc) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf52840_qiaa(fn, ...) fn(DT_N_S_soc, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf52840_qiaa(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840_qiaa(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf52840(fn) fn(DT_N_S_soc) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf52840(fn, ...) fn(DT_N_S_soc, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf52840(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52840(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf52(fn) fn(DT_N_S_soc) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf52(fn, ...) fn(DT_N_S_soc, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf52(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_simple_bus(fn) fn(DT_N_S_soc) |
| |
| #define | DT_FOREACH_OKAY_VARGS_simple_bus(fn, ...) fn(DT_N_S_soc, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_simple_bus(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_simple_bus(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_arm_v7m_nvic(fn) fn(DT_N_S_soc_S_interrupt_controller_e000e100) |
| |
| #define | DT_FOREACH_OKAY_VARGS_arm_v7m_nvic(fn, ...) fn(DT_N_S_soc_S_interrupt_controller_e000e100, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_arm_v7m_nvic(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_arm_v7m_nvic(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_ficr(fn) fn(DT_N_S_soc_S_ficr_10000000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_ficr(fn, ...) fn(DT_N_S_soc_S_ficr_10000000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_ficr(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ficr(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_uicr(fn) fn(DT_N_S_soc_S_uicr_10001000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_uicr(fn, ...) fn(DT_N_S_soc_S_uicr_10001000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_uicr(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_uicr(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_mmio_sram(fn) fn(DT_N_S_soc_S_memory_20000000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_mmio_sram(fn, ...) fn(DT_N_S_soc_S_memory_20000000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_mmio_sram(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_mmio_sram(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_clock(fn) fn(DT_N_S_soc_S_clock_40000000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_clock(fn, ...) fn(DT_N_S_soc_S_clock_40000000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_clock(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_clock(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_radio(fn) fn(DT_N_S_soc_S_radio_40001000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_radio(fn, ...) fn(DT_N_S_soc_S_radio_40001000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_radio(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_radio(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_uarte(fn) fn(DT_N_S_soc_S_uart_40002000) fn(DT_N_S_soc_S_uart_40028000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_uarte(fn, ...) fn(DT_N_S_soc_S_uart_40002000, __VA_ARGS__) fn(DT_N_S_soc_S_uart_40028000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_uarte(fn) fn(0) fn(1) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_uarte(fn, ...) fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_twi(fn) fn(DT_N_S_soc_S_i2c_40003000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_twi(fn, ...) fn(DT_N_S_soc_S_i2c_40003000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_twi(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_twi(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_spi(fn) fn(DT_N_S_soc_S_spi_40004000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_spi(fn, ...) fn(DT_N_S_soc_S_spi_40004000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_spi(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_spi(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_gpiote(fn) fn(DT_N_S_soc_S_gpiote_40006000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_gpiote(fn, ...) fn(DT_N_S_soc_S_gpiote_40006000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_gpiote(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpiote(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_saadc(fn) fn(DT_N_S_soc_S_adc_40007000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_saadc(fn, ...) fn(DT_N_S_soc_S_adc_40007000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_saadc(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_saadc(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_timer(fn) fn(DT_N_S_soc_S_timer_40008000) fn(DT_N_S_soc_S_timer_40009000) fn(DT_N_S_soc_S_timer_4000a000) fn(DT_N_S_soc_S_timer_4001a000) fn(DT_N_S_soc_S_timer_4001b000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_timer(fn, ...) fn(DT_N_S_soc_S_timer_40008000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_40009000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4000a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001a000, __VA_ARGS__) fn(DT_N_S_soc_S_timer_4001b000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_timer(fn) fn(0) fn(1) fn(2) fn(3) fn(4) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_timer(fn, ...) fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__) fn(3, __VA_ARGS__) fn(4, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_rtc(fn) fn(DT_N_S_soc_S_rtc_4000b000) fn(DT_N_S_soc_S_rtc_40011000) fn(DT_N_S_soc_S_rtc_40024000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_rtc(fn, ...) fn(DT_N_S_soc_S_rtc_4000b000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40011000, __VA_ARGS__) fn(DT_N_S_soc_S_rtc_40024000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_rtc(fn) fn(0) fn(1) fn(2) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_rtc(fn, ...) fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_temp(fn) fn(DT_N_S_soc_S_temp_4000c000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_temp(fn, ...) fn(DT_N_S_soc_S_temp_4000c000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_temp(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_temp(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_rng(fn) fn(DT_N_S_soc_S_random_4000d000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_rng(fn, ...) fn(DT_N_S_soc_S_random_4000d000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_rng(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_rng(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_ecb(fn) fn(DT_N_S_soc_S_ecb_4000e000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_ecb(fn, ...) fn(DT_N_S_soc_S_ecb_4000e000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_ecb(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_ecb(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_watchdog(fn) fn(DT_N_S_soc_S_watchdog_40010000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_watchdog(fn, ...) fn(DT_N_S_soc_S_watchdog_40010000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_watchdog(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_watchdog(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_egu(fn) fn(DT_N_S_soc_S_egu_40014000) fn(DT_N_S_soc_S_egu_40015000) fn(DT_N_S_soc_S_egu_40016000) fn(DT_N_S_soc_S_egu_40017000) fn(DT_N_S_soc_S_egu_40018000) fn(DT_N_S_soc_S_egu_40019000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_egu(fn, ...) fn(DT_N_S_soc_S_egu_40014000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40015000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40016000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40017000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40018000, __VA_ARGS__) fn(DT_N_S_soc_S_egu_40019000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_egu(fn) fn(0) fn(1) fn(2) fn(3) fn(4) fn(5) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_egu(fn, ...) fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) fn(2, __VA_ARGS__) fn(3, __VA_ARGS__) fn(4, __VA_ARGS__) fn(5, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_pwm(fn) fn(DT_N_S_soc_S_pwm_4001c000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_pwm(fn, ...) fn(DT_N_S_soc_S_pwm_4001c000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_pwm(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_pwm(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf52_flash_controller(fn) fn(DT_N_S_soc_S_flash_controller_4001e000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf52_flash_controller(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf52_flash_controller(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf52_flash_controller(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_soc_nv_flash(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0) |
| |
| #define | DT_FOREACH_OKAY_VARGS_soc_nv_flash(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_soc_nv_flash(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_soc_nv_flash(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_fixed_partitions(fn) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions) |
| |
| #define | DT_FOREACH_OKAY_VARGS_fixed_partitions(fn, ...) fn(DT_N_S_soc_S_flash_controller_4001e000_S_flash_0_S_partitions, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_fixed_partitions(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_fixed_partitions(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_usbd(fn) fn(DT_N_S_soc_S_usbd_40027000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_usbd(fn, ...) fn(DT_N_S_soc_S_usbd_40027000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_usbd(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_usbd(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_qspi(fn) fn(DT_N_S_soc_S_qspi_40029000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_qspi(fn, ...) fn(DT_N_S_soc_S_qspi_40029000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_qspi(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_qspi(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_qspi_nor(fn) fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_qspi_nor(fn, ...) fn(DT_N_S_soc_S_qspi_40029000_S_mx25r6435f_0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_qspi_nor(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_qspi_nor(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_spim(fn) fn(DT_N_S_soc_S_spi_4002f000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_spim(fn, ...) fn(DT_N_S_soc_S_spi_4002f000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_spim(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_spim(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_gpio(fn) fn(DT_N_S_soc_S_gpio_50000000) fn(DT_N_S_soc_S_gpio_50000300) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_gpio(fn, ...) fn(DT_N_S_soc_S_gpio_50000000, __VA_ARGS__) fn(DT_N_S_soc_S_gpio_50000300, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_gpio(fn) fn(0) fn(1) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_gpio(fn, ...) fn(0, __VA_ARGS__) fn(1, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_cc310(fn) fn(DT_N_S_soc_S_crypto_5002a000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_cc310(fn, ...) fn(DT_N_S_soc_S_crypto_5002a000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_cc310(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_cc310(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_arm_cryptocell_310(fn) fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000) |
| |
| #define | DT_FOREACH_OKAY_VARGS_arm_cryptocell_310(fn, ...) fn(DT_N_S_soc_S_crypto_5002a000_S_crypto_5002b000, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_arm_cryptocell_310(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_arm_cryptocell_310(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_nordic_nrf_pinctrl(fn) fn(DT_N_S_pin_controller) |
| |
| #define | DT_FOREACH_OKAY_VARGS_nordic_nrf_pinctrl(fn, ...) fn(DT_N_S_pin_controller, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_nordic_nrf_pinctrl(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_nordic_nrf_pinctrl(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_arm_cortex_m4f(fn) fn(DT_N_S_cpus_S_cpu_0) |
| |
| #define | DT_FOREACH_OKAY_VARGS_arm_cortex_m4f(fn, ...) fn(DT_N_S_cpus_S_cpu_0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_arm_cortex_m4f(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_arm_cortex_m4f(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_gpio_leds(fn) fn(DT_N_S_leds) |
| |
| #define | DT_FOREACH_OKAY_VARGS_gpio_leds(fn, ...) fn(DT_N_S_leds, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_gpio_leds(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_gpio_leds(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_pwm_leds(fn) fn(DT_N_S_pwmleds) |
| |
| #define | DT_FOREACH_OKAY_VARGS_pwm_leds(fn, ...) fn(DT_N_S_pwmleds, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_pwm_leds(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_pwm_leds(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_gpio_keys(fn) fn(DT_N_S_buttons) |
| |
| #define | DT_FOREACH_OKAY_VARGS_gpio_keys(fn, ...) fn(DT_N_S_buttons, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_gpio_keys(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_gpio_keys(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_arduino_header_r3(fn) fn(DT_N_S_connector) |
| |
| #define | DT_FOREACH_OKAY_VARGS_arduino_header_r3(fn, ...) fn(DT_N_S_connector, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_arduino_header_r3(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_arduino_header_r3(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_arduino_uno_adc(fn) fn(DT_N_S_analog_connector) |
| |
| #define | DT_FOREACH_OKAY_VARGS_arduino_uno_adc(fn, ...) fn(DT_N_S_analog_connector, __VA_ARGS__) |
| |
| #define | DT_FOREACH_OKAY_INST_arduino_uno_adc(fn) fn(0) |
| |
| #define | DT_FOREACH_OKAY_INST_VARGS_arduino_uno_adc(fn, ...) fn(0, __VA_ARGS__) |
| |
| #define | DT_COMPAT_nordic_qspi_nor_BUS_qspi 1 |
| |